about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:05:58 +0200
committerGitHub <noreply@github.com>2021-09-12 17:05:58 +0200
commit7a04aa9f1a5a4e4fba2e129420e042712b47aeae (patch)
tree2e8195c4b490dc3cd892ad2a14292704268d9c64 /pkgs
parent97dcc4cf7cc3fa71c05f5cc8de32f16d2aaa257c (diff)
parentbb1542577323d84c5004ff992191f24c3a278919 (diff)
Merge pull request #136827 from r-ryantm/auto-update/azure-storage-azcopy
azure-storage-azcopy: 10.11.0 -> 10.12.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/azcopy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/azcopy/default.nix b/pkgs/development/tools/azcopy/default.nix
index 06bff61fcdd16..e2a20da68da04 100644
--- a/pkgs/development/tools/azcopy/default.nix
+++ b/pkgs/development/tools/azcopy/default.nix
@@ -2,18 +2,18 @@
 
 buildGoModule rec {
   pname = "azure-storage-azcopy";
-  version = "10.11.0";
+  version = "10.12.1";
 
   src = fetchFromGitHub {
     owner = "Azure";
     repo = "azure-storage-azcopy";
     rev = "v${version}";
-    sha256 = "sha256-mti93UDFgHQKJt3z1sjCkT71TZtwh2YnhTyUCi5tS5c=";
+    sha256 = "sha256-kujY7Qgis2pie0WVQAokVopD3TYkjjBnqhw6XZTG16o=";
   };
 
   subPackages = [ "." ];
 
-  vendorSha256 = "sha256-NEW1qXOxFPmDFUTciJkqwutZd3+sVkHgoZgQO8Gsdwk=";
+  vendorSha256 = "sha256-4Jz57VjdQX+LJexEZau4pd8nIQPt0HGzCjHRj7uPox4=";
 
   doCheck = false;