azure-storage-azcopy 10.20.0 -> 10.20.1 https://github.com/Azure/azure-storage-azcopy/releases attrpath: azure-storage-azcopy Checking auto update branch... No auto update branch exists Old version 10.20.0" not present in master derivation file with contents: { stdenv, lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "azure-storage-azcopy"; version = "10.20.1"; src = fetchFromGitHub { owner = "Azure"; repo = "azure-storage-azcopy"; rev = "v${version}"; sha256 = "sha256-pfbSNFKZubgebx90zL5sVva36wXS+0NQvvMxPI8kV3Y="; }; subPackages = [ "." ]; vendorHash = "sha256-byFroeXRMepN9RYak2++tT9IE8ZbT+0qJAyipHkE5WE="; doCheck = false; postInstall = '' ln -rs "$out/bin/azure-storage-azcopy" "$out/bin/azcopy" ''; meta = with lib; { broken = stdenv.isDarwin; maintainers = with maintainers; [ colemickens kashw2 ]; license = licenses.mit; description = "The new Azure Storage data transfer utility - AzCopy v10"; }; }