aliyun-cli: 3.0.264 -> 3.0.266

This commit is contained in:
R. Ryantm
2025-04-09 05:17:14 +00:00
parent 6a39c6e495
commit fed1135a0c
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.264";
version = "3.0.266";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-dTGpg2cIcAHsaF6AHfP3rqLHLSIflrkZrjlbnFEW5Pk=";
hash = "sha256-HXjqtNx/f4vbT6Jk/r1zjHQhHpexWICDTcaMF8Fy0+w=";
fetchSubmodules = true;
};