about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-25 18:16:27 +0800
committerGitHub <noreply@github.com>2022-06-25 18:16:27 +0800
commit03eecd45a2e0aa068026fbb36fc0be856e20809b (patch)
tree6ba7e1016666cd8155b4b12970ea67445500942d /pkgs
parent3d0b6eb93d250094ba5dea34a6d511f5db1e3b3c (diff)
parent487319f568953990dfb4b52bfeef4a33e0046621 (diff)
Merge pull request #178934 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.121 -> 3.0.123
Diffstat (limited to 'pkgs')
-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 e2359bd5e117a..b18b8a82088ee 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.121";
+  version = "3.0.123";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "aliyun";
     repo = pname;
     fetchSubmodules = true;
-    sha256 = "sha256-1D1JZZ/KMC4oZRaYvWpUazTk7llvX5WHPBxWEGCiKrI=";
+    sha256 = "sha256-68u31s7SsRRT9OQpTqlhAs5Dx+ggbTTSeKYBByiqn6g=";
   };
 
-  vendorSha256 = "sha256-f3GXkAvTe8rPFWCR5TM4mDK/VOQWt2lrZrfJ/Wvw8Uc=";
+  vendorSha256 = "sha256-X5r89aI7UdVlzEJi8zaOzwTETwb+XH8dKO6rVe//FNs=";
 
   subPackages = [ "main" ];