acr-cli: 0.14 -> 0.15

This commit is contained in:
R. Ryantm 2025-03-19 06:53:10 +00:00
parent 903d679a5a
commit 3bb4f94997

View File

@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "acr-cli";
version = "0.14";
version = "0.15";
src = fetchFromGitHub {
owner = "Azure";
repo = "acr-cli";
tag = "v${version}";
hash = "sha256-h4vRtxAu/ggEu5HuzaiEoLslOyAXP1rMI1/ua9YARug=";
hash = "sha256-5uEaptJSB5mb12vqeSGkRj4oRed+0VgcJx4vpTBQCAU=";
};
vendorHash = null;