acr-cli: 0.18 -> 0.18.1 (#498798)

This commit is contained in:
Nick Cao
2026-03-11 20:51:20 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "acr-cli";
version = "0.18";
version = "0.18.1";
src = fetchFromGitHub {
owner = "Azure";
repo = "acr-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-yMA+cbkmmwDwjPHTHVbxc+npyEklaGmDgCWXBUxlnyo=";
hash = "sha256-VxY+Hq9aJjkr6TmyuFE9i9VliNowZataQimf8yWPXp8=";
};
vendorHash = null;