aliyun-cli: 3.0.259 -> 3.0.264

This commit is contained in:
R. Ryantm
2025-03-29 06:57:53 +00:00
parent 2a6f5e8209
commit c24a77c1df
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.259";
version = "3.0.264";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-HF8vGEIIHIlHET4buHPTijPeomv0YNwX0bOSQrnyITw=";
hash = "sha256-dTGpg2cIcAHsaF6AHfP3rqLHLSIflrkZrjlbnFEW5Pk=";
fetchSubmodules = true;
};