3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204629 from r-ryantm/auto-update/aliyun-cli

aliyun-cli: 3.0.139 -> 3.0.140
This commit is contained in:
figsoda 2022-12-05 09:42:52 -05:00 committed by GitHub
commit 6e284c8889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.139";
version = "3.0.140";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aliyun";
repo = pname;
fetchSubmodules = true;
sha256 = "sha256-SNqOxloz4/mIl2VmrcSz+GUYfgDZMnYFV0nkGCjQY0c=";
sha256 = "sha256-mkUHYow3UA+lZ7/T18Qao9Ugxh27Mm1AuUDAG3JzUrU=";
};
vendorSha256 = "sha256-aviRsflpS9/o2B7mpYQE7d9ahLclM+jiVz+cJOlegCY=";