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

azure-storage-azcopy: 10.25.1 -> 10.26.0
This commit is contained in:
Weijia Wang 2024-08-21 02:31:05 +02:00 committed by GitHub
commit f75dcd5918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "azure-storage-azcopy";
version = "10.25.1";
version = "10.26.0";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = "refs/tags/v${version}";
hash = "sha256-ELxTe1+wfQ813ah2ZHLojVYSRgQ4kW97gEfjEK0Ipkc=";
hash = "sha256-u6ngYEHqNVjz0YYkWhFnoQGCBRMHLdOzFTee8plwoDo=";
};
subPackages = [ "." ];
vendorHash = "sha256-96lyOX7v453A24ZO4xl9jA0pNuNavB0ibEEoS6x9ha0=";
vendorHash = "sha256-C8UopiCSp6qFeaDNE+w2QUKbSHALSSeV5WVo4lkLDrs=";
doCheck = false;