acr-cli: 0.15 -> 0.16 (#423759)

This commit is contained in:
Weijia Wang
2025-08-03 16:19:22 -06:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "acr-cli";
version = "0.15";
version = "0.16";
src = fetchFromGitHub {
owner = "Azure";
repo = "acr-cli";
tag = "v${version}";
hash = "sha256-5uEaptJSB5mb12vqeSGkRj4oRed+0VgcJx4vpTBQCAU=";
hash = "sha256-H802VfEy3+bi6VB6z+FyMIFOazHh67mp3/9GuxcU/CU=";
};
vendorHash = null;