aliyun-cli: 3.0.182 -> 3.0.183
Diff: https://github.com/aliyun/aliyun-cli/compare/v3.0.182...v3.0.183 Changelog: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.183
This commit is contained in:
parent
f66ff3317e
commit
f280b9c8c1
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "aliyun-cli";
|
||||
version = "3.0.182";
|
||||
version = "3.0.183";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "aliyun";
|
||||
repo = pname;
|
||||
fetchSubmodules = true;
|
||||
sha256 = "sha256-xnSOJudLIKq8NMBV36IN7dzi6Ynd6BpnpBQR9Vxz0VI=";
|
||||
sha256 = "sha256-L00vQTuY4m5vGqu09FyOdM/XOIMyLZG/BSj8dktEa40=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-S8Nthnr3wASvRyZS5UTHILPnUA+FeZJEwIvT0O39U3I=";
|
||||
|
|
Loading…
Reference in a new issue