Skip to content

Commit a1db6fd

Browse files
authored
aliyun-cli: 3.2.2 -> 3.2.9 (#475131)
2 parents 7574dff + 41cd6a3 commit a1db6fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/al/aliyun-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
buildGoModule rec {
1010
pname = "aliyun-cli";
11-
version = "3.2.2";
11+
version = "3.2.9";
1212

1313
src = fetchFromGitHub {
1414
owner = "aliyun";
1515
repo = "aliyun-cli";
1616
tag = "v${version}";
17-
hash = "sha256-MIVhESm/5UJxUyN4ZnFLmVKX+2VCBjT33dIbsae3yVA=";
17+
hash = "sha256-6zGNPw/nVV60qkUOJZXGe1CJu2I/dMVctk5EGhvkcE0=";
1818
fetchSubmodules = true;
1919
};
2020

21-
vendorHash = "sha256-lmlCPBEqopmoNjkihVOh8zKSKsS4HmaDQ+QAEJ/pEvA=";
21+
vendorHash = "sha256-hDgwZiXRjcuQOo7ezjtGS1DawtOffllW64gsGKnTFQM=";
2222

2323
subPackages = [ "main" ];
2424

0 commit comments

Comments
 (0)