aliyun-cli: 3.3.18 -> 3.3.23

This commit is contained in:
R. Ryantm
2026-06-11 14:26:48 +00:00
parent a072f09c30
commit f8e021d797
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "aliyun-cli";
version = "3.3.18";
version = "3.3.23";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-tTwVcvBk6SMDbDM3dPZZZdkbzlOAwg+K6gbeUc6XEqw=";
hash = "sha256-0AsrdD9ans1CmyJVK9tcAKGLeptpxdNAtOUuSv4i4zU=";
fetchSubmodules = true;
};