summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-02 08:24:03 -0400
committerGitHub <noreply@github.com>2023-11-02 08:24:03 -0400
commit26814c0201a08447a033d70448488629657317ad (patch)
tree4e4666270f4822026210ce4d8b149b15e384983b /pkgs/tools/admin
parent92a9bc860074dabd8a620769d5c65c9c950a65e3 (diff)
parente7c502f3777e4c0aabe6a0773bd3503497e9d520 (diff)
downloadnixpkgs-26814c0201a08447a033d70448488629657317ad.tar
nixpkgs-26814c0201a08447a033d70448488629657317ad.tar.gz
nixpkgs-26814c0201a08447a033d70448488629657317ad.tar.bz2
nixpkgs-26814c0201a08447a033d70448488629657317ad.tar.lz
nixpkgs-26814c0201a08447a033d70448488629657317ad.tar.xz
nixpkgs-26814c0201a08447a033d70448488629657317ad.tar.zst
nixpkgs-26814c0201a08447a033d70448488629657317ad.zip
Merge pull request #264942 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.183 -> 3.0.184
Diffstat (limited to 'pkgs/tools/admin')
-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 2ea53b75d83..485146a6ae2 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.183";
+  version = "3.0.184";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "aliyun";
     repo = pname;
     fetchSubmodules = true;
-    sha256 = "sha256-L00vQTuY4m5vGqu09FyOdM/XOIMyLZG/BSj8dktEa40=";
+    sha256 = "sha256-VqHyTwSSBAWbeWjQc1RU5mWTqIA2CJDcL83ElaS++5E=";
   };
 
-  vendorHash = "sha256-S8Nthnr3wASvRyZS5UTHILPnUA+FeZJEwIvT0O39U3I=";
+  vendorHash = "sha256-JrzN9ycc3obxOX8NYM1cQ9AfKKPXffugCsiAxEHVBr0=";
 
   subPackages = [ "main" ];