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

azure-storage-azcopy: 10.20.0 -> 10.20.1; added maintainer
This commit is contained in:
Cole Mickens 2023-08-25 05:11:48 -05:00 committed by GitHub
commit c8282132e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "azure-storage-azcopy";
version = "10.20.0";
version = "10.20.1";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = "v${version}";
sha256 = "sha256-0NUOOJu3iuKBlIi4z1Jv8e00BTsgk0dpLOgfpIKSc2A=";
sha256 = "sha256-pfbSNFKZubgebx90zL5sVva36wXS+0NQvvMxPI8kV3Y=";
};
subPackages = [ "." ];
@ -23,7 +23,7 @@ buildGoModule rec {
meta = with lib; {
broken = stdenv.isDarwin;
maintainers = with maintainers; [ colemickens ];
maintainers = with maintainers; [ colemickens kashw2 ];
license = licenses.mit;
description = "The new Azure Storage data transfer utility - AzCopy v10";
};