Merge pull request #194700 from r-ryantm/auto-update/azure-storage-azcopy

azure-storage-azcopy: 10.16.0 -> 10.16.2
This commit is contained in:
Weijia Wang 2023-01-22 23:02:01 +01:00 committed by GitHub
commit 9113291f32
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.16.0";
version = "10.16.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = "v${version}";
sha256 = "sha256-FLrYovepVOE1NUB46Kc8z/l5o6IMFbJyY3smxPyuIsI=";
sha256 = "sha256-Pab4IYktNWWTudAY7Zx9dI+fRp0yihD78L0MmBHxeNY=";
};
subPackages = [ "." ];