aliyun-cli: 3.0.278 -> 3.0.282

This commit is contained in:
R. Ryantm 2025-06-08 11:56:49 +00:00
parent 73557c22ec
commit e225c35b6d

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "aliyun-cli";
version = "3.0.278";
version = "3.0.282";
src = fetchFromGitHub {
owner = "aliyun";
repo = "aliyun-cli";
tag = "v${version}";
hash = "sha256-SFoTeFKPUlP0clAP4gkPiNNVjqetJ8syNJDhGhNs6vo=";
hash = "sha256-EjswkbQVwFx6Z3HeHcB5A7xtjjllRGWLuVFfKvrURDg=";
fetchSubmodules = true;
};