aliyun-cli: 3.0.284 -> 3.0.285 (#420479)

Co-authored-by: ryan4yin <xiaoyin_c@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-28 03:52:18 +00:00
committed by GitHub
co-authored by ryan4yin
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.284";
version = "3.0.285";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-NIj5lTvqHtfaORhdAFrt3KBAh1r0YTiWFe3jXYAF19E=";
hash = "sha256-BDhIlVuFRLxre5m7gUb0PVCZSYVAgA76pYySHznEsWg=";
fetchSubmodules = true;
};