azure-storage-azcopy: 10.22.2 -> 10.23.0

This commit is contained in:
R. Ryantm 2024-01-30 05:49:51 +00:00
parent 1000d29be1
commit 89d63bd5a7

View file

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