lol

Merge pull request #250476 from kashw2/azure-storage-azcopy

azure-storage-azcopy: 10.20.0 -> 10.20.1; added maintainer

authored by colemickens.tngl.sh and committed by

GitHub c8282132 051a788d

+3 -3
+3 -3
pkgs/development/tools/azcopy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "azure-storage-azcopy"; 5 - version = "10.20.0"; 5 + version = "10.20.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Azure"; 9 9 repo = "azure-storage-azcopy"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-0NUOOJu3iuKBlIi4z1Jv8e00BTsgk0dpLOgfpIKSc2A="; 11 + sha256 = "sha256-pfbSNFKZubgebx90zL5sVva36wXS+0NQvvMxPI8kV3Y="; 12 12 }; 13 13 14 14 subPackages = [ "." ]; ··· 23 23 24 24 meta = with lib; { 25 25 broken = stdenv.isDarwin; 26 - maintainers = with maintainers; [ colemickens ]; 26 + maintainers = with maintainers; [ colemickens kashw2 ]; 27 27 license = licenses.mit; 28 28 description = "The new Azure Storage data transfer utility - AzCopy v10"; 29 29 };