azure-storage-azcopy: 10.16.0 -> 10.16.2

This commit is contained in:
R. Ryantm
2022-11-08 14:25:29 +00:00
parent f8b1eb8f69
commit 3f6b17e9e2
+2 -2
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 = [ "." ];