about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-02-18 06:28:02 -0500
committerGitHub <noreply@github.com>2022-02-18 06:28:02 -0500
commit44eec939aa2af4cdb94f3ee6687896829f31a2b6 (patch)
tree0e41c34ed1cebe72110255a965fd95d4317bb820 /pkgs/tools
parent947c98310c78ad22818cb7ac3f0af7a4a2f7c019 (diff)
parente857fa73aead8921d23c55b893b767ab421a6433 (diff)
Merge pull request #160533 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.107 -> 3.0.108
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/aliyun-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/aliyun-cli/default.nix b/pkgs/tools/admin/aliyun-cli/default.nix
index 73af7f9354518..5b929a0b79c8c 100644
--- a/pkgs/tools/admin/aliyun-cli/default.nix
+++ b/pkgs/tools/admin/aliyun-cli/default.nix
@@ -2,14 +2,14 @@
 
 buildGoModule rec {
   pname = "aliyun-cli";
-  version = "3.0.107";
+  version = "3.0.108";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "aliyun";
     repo = pname;
     fetchSubmodules = true;
-    sha256 = "sha256-B9tqebSaOoHIOc/eZa1eh+B0T7LJOtVwYy7QwNt9k90=";
+    sha256 = "sha256-hbT7pG4IRIzFzbaUVnCpSb5h13h2158cbGf2qn8c268=";
   };
 
   vendorSha256 = "sha256-c7LsCNcxdHwDBEknXJt9AyrmFcem8YtUYy06vNDBdDY=";