azure-storage-azcopy: 10.22.1 -> 10.22.2

This commit is contained in:
R. Ryantm 2024-01-11 23:07:10 +00:00
parent a2f82b9b84
commit de9173c21f

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "azure-storage-azcopy";
version = "10.22.1";
version = "10.22.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = "refs/tags/v${version}";
hash = "sha256-WS8h4WRiCTthZOT3NQE8h7BihpaHFfCe39XoGvnDZ1k=";
hash = "sha256-mC6iAsUmnJeVIJPkoI/pNN6mujALW9qvQ4M7Wk9eLnQ=";
};
subPackages = [ "." ];