about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-10-12 09:50:11 +0200
committerGitHub <noreply@github.com>2022-10-12 09:50:11 +0200
commitaae9df3e6103916305b2148f2811187af42f2cc0 (patch)
treeb146a5bdbf640a44ebe39e011931cb0d41949bfc /pkgs/tools
parentb50ceb9877d397b4b96d6ef91c1701413bdd6022 (diff)
parent0925f41aacae455a64bf1c53540a2d7e0fb92024 (diff)
Merge pull request #195544 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.127 -> 3.0.128
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/aliyun-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/aliyun-cli/default.nix b/pkgs/tools/admin/aliyun-cli/default.nix
index 77763d3a70874..f8aec10b9fd18 100644
--- a/pkgs/tools/admin/aliyun-cli/default.nix
+++ b/pkgs/tools/admin/aliyun-cli/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "aliyun-cli";
-  version = "3.0.127";
+  version = "3.0.128";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "aliyun";
     repo = pname;
     fetchSubmodules = true;
-    sha256 = "sha256-itgmVUKWJMFOej2u8nPGAVwsTOCRL3zFMuM8jbuieDI=";
+    sha256 = "sha256-FKynQXvxWU4adGzLTKkRpGCej1So8XbeqqGYu0RM4Rw=";
   };
 
-  vendorSha256 = "sha256-aqu70PSI+xFin8xvVUb0tCN1Am/7WKvI5+EMIKTFKe0=";
+  vendorSha256 = "sha256-p1QRYXPetuC8jkPRx54jIKBN5WHgrw4/TZ2RUK2kzDU=";
 
   subPackages = [ "main" ];