8 pname = "azure-storage-azcopy";
11 src = fetchFromGitHub {
13 repo = "azure-storage-azcopy";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-K/Q0vlcMX6YKjvdWNzsJe1uUSS9WY8pN6SD5yiVF1Sg=";
18 subPackages = [ "." ];
20 vendorHash = "sha256-VWSr7K2WrBY4jzFv8B9ocp7GdBxTBSePMX8mLeSbKow=";
25 ln -rs "$out/bin/azure-storage-azcopy" "$out/bin/azcopy"
29 description = "The new Azure Storage data transfer utility - AzCopy v10";
30 homepage = "https://github.com/Azure/azure-storage-azcopy";
31 changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ colemickens kashw2 ];