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

azure-storage-azcopy: 10.22.1 -> 10.22.2
This commit is contained in:
Mario Rodas
2024-01-12 18:01:33 -05:00
committed by GitHub
+2 -2
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 = [ "." ];