Skip to content

Commit f75dcd5

Browse files
authored
Merge pull request #331447 from r-ryantm/auto-update/azure-storage-azcopy
azure-storage-azcopy: 10.25.1 -> 10.26.0
2 parents 5bb9880 + b94eb91 commit f75dcd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/azcopy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
buildGoModule rec {
77
pname = "azure-storage-azcopy";
8-
version = "10.25.1";
8+
version = "10.26.0";
99

1010
src = fetchFromGitHub {
1111
owner = "Azure";
1212
repo = "azure-storage-azcopy";
1313
rev = "refs/tags/v${version}";
14-
hash = "sha256-ELxTe1+wfQ813ah2ZHLojVYSRgQ4kW97gEfjEK0Ipkc=";
14+
hash = "sha256-u6ngYEHqNVjz0YYkWhFnoQGCBRMHLdOzFTee8plwoDo=";
1515
};
1616

1717
subPackages = [ "." ];
1818

19-
vendorHash = "sha256-96lyOX7v453A24ZO4xl9jA0pNuNavB0ibEEoS6x9ha0=";
19+
vendorHash = "sha256-C8UopiCSp6qFeaDNE+w2QUKbSHALSSeV5WVo4lkLDrs=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)