aliyun-cli: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm
2025-12-10 18:03:46 +00:00
parent 9c8765aea4
commit 9cf4ff4afd
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-JZ0LbULvUwovGtKMiENV6OiBhOQMOqBMdLs874x95HA=";
hash = "sha256-/fhR5LmRxE5U7Up73/bQs8rfoPynDn29C+hwTdR8Eu0=";
fetchSubmodules = true;
};