azure-vhd-utils: remove

azure-vhd-utils is lack of maintenance from upstream since 2018.
This commit is contained in:
Aaron Jheng 2022-06-03 02:21:37 +00:00
parent 58b95595e1
commit 6fa503c7b3
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
4 changed files with 1 additions and 57 deletions

View file

@ -1,26 +0,0 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "azure-vhd-utils";
version = "unstable-2016-06-14";
goPackagePath = "github.com/Microsoft/azure-vhd-utils";
src = fetchFromGitHub {
owner = "Microsoft";
repo = "azure-vhd-utils";
rev = "070db2d701a462ca2edcf89d677ed3cac309d8e8";
sha256 = "sha256-8EH7RpuAeYKd5z64mklKKlFi20KYcx2WhVmkRbdaMy0=";
};
goDeps = ./deps.nix;
meta = with lib; {
homepage = "https://github.com/Microsoft/azure-vhd-utils";
description = "Read, inspect and upload VHD files for Azure";
longDescription = "Go package to read Virtual Hard Disk (VHD) file, a CLI interface to upload local VHD to Azure storage and to inspect a local VHD";
license = licenses.mit;
platforms = platforms.unix;
};
}

View file

@ -1,29 +0,0 @@
[
{
goPackagePath = "github.com/Azure/azure-sdk-for-go";
fetch = {
type = "git";
url = "https://github.com/Azure/azure-sdk-for-go";
rev = "0884ebb4c8e7c980527348a4d134a65286042afc";
sha256 = "0ixsq409akq1ff12352kp5gkbh370rpbw0m0pbwjr42cqvnzs9k0";
};
}
{
goPackagePath = "github.com/Microsoft/azure-vhd-utils-for-go";
fetch = {
type = "git";
url = "https://github.com/Microsoft/azure-vhd-utils-for-go";
rev = "070db2d701a462ca2edcf89d677ed3cac309d8e8";
sha256 = "0b9kbavlb92rhnb1swwq8bdn4l9a994rmf1ywyfq4yc0kd3gnhgh";
};
}
{
goPackagePath = "github.com/codegangsta/cli";
fetch = {
type = "git";
url = "https://github.com/codegangsta/cli";
rev = "f614c177b70c0f0e92c368d623c8770bf337c5d6";
sha256 = "1l70f07v0dsp2k2pm0lmr42fp4y72j1g0czf4fkxwhvgbly3al98";
};
}
]

View file

@ -96,6 +96,7 @@ mapAliases ({
awesome-4-0 = awesome; # Added 2022-05-05
aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
azure-vhd-utils = throw "azure-vhd-utils has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
azureus = throw "azureus is now known as vuze and the version in nixpkgs was really outdated"; # Added 2021-08-02
### B ###

View file

@ -1900,8 +1900,6 @@ with pkgs;
azure-storage-azcopy = callPackage ../development/tools/azcopy { };
azure-vhd-utils = callPackage ../tools/misc/azure-vhd-utils { };
awless = callPackage ../tools/virtualization/awless { };
bashblog = callPackage ../tools/text/bashblog { };