aliyun-cli: 3.0.305 -> 3.0.307

This commit is contained in:
R. Ryantm
2025-10-16 13:05:17 +00:00
parent 5d1f6df5e1
commit 86df3da6c5
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.305";
version = "3.0.307";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-zbDG6Mr+CVMoIfB7Jy99VrSNdAER+qYh3fbzoI6tMiE=";
hash = "sha256-36IGN0salTpMWJDA/UKFQiyob/r5WLZFC9krTXVTxuA=";
fetchSubmodules = true;
};