acr-cli: 0.17 -> 0.18

This commit is contained in:
R. Ryantm
2026-02-23 02:11:48 +00:00
parent 0352cd1d88
commit a30b3c16af
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "acr-cli";
version = "0.17";
version = "0.18";
src = fetchFromGitHub {
owner = "Azure";
repo = "acr-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-mS6IgeQqjdruSlsr2cssdbsTOWM4STBqp/RtrWXG9/c=";
hash = "sha256-yMA+cbkmmwDwjPHTHVbxc+npyEklaGmDgCWXBUxlnyo=";
};
vendorHash = null;