aliyun-cli: 3.0.294 -> 3.0.296

This commit is contained in:
R. Ryantm
2025-08-19 16:31:42 +00:00
parent c4e45b5638
commit 087def0396
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.294";
version = "3.0.296";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-u7a90QObYcsZFLlKoaIanqadxrSaWEVB/FCHFBul/dI=";
hash = "sha256-7LQUxUE31bFve3IyK9G+1XM6Fom888JQ2WZy2mpW9Fs=";
fetchSubmodules = true;
};