aliyun-cli: 3.0.291 -> 3.0.292

This commit is contained in:
R. Ryantm
2025-08-02 11:40:19 +00:00
parent dc80fe1e87
commit ad61388734
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.291";
version = "3.0.292";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-/nrspG9pB8pOnkTpnY3/4872sfe1Wg14MnKftEz4YX0=";
hash = "sha256-/bw4ukQRQ7rJLa+Muy7KjgyBh7ffFGSJ/q5Wnd/y7FY=";
fetchSubmodules = true;
};