aliyun-cli: 3.0.308 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-10-31 15:01:43 +00:00
parent 62978ff367
commit db84944bff

View File

@@ -8,13 +8,13 @@
buildGoModule rec { buildGoModule rec {
pname = "aliyun-cli"; pname = "aliyun-cli";
version = "3.0.308"; version = "3.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aliyun"; owner = "aliyun";
repo = "aliyun-cli"; repo = "aliyun-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-W6ooP9Ua7GtaD9ROBc0AbJdFHMUU6OYwT2JZulvn5+Q="; hash = "sha256-5gwI2lhEMkKZZnYwzyegVm8EByox1XexHjW799vVeLE=";
fetchSubmodules = true; fetchSubmodules = true;
}; };