aliyun-cli: 3.1.2 -> 3.1.4

This commit is contained in:
R. Ryantm
2025-11-14 05:32:06 +00:00
parent 61630d4ab5
commit ec5447f012
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.1.2";
version = "3.1.4";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-8nwCVhUMQLXnWcrA9XSOM6R+Y7E+H+gwSYXDjk2WtAs=";
hash = "sha256-7G7kgRe89G/WbiirIsRJeunbM4VzrePqA1cqQvb5oZY=";
fetchSubmodules = true;
};