azure-cli-extensions.confcom: 1.8.0 -> 2.0.0b1

This commit is contained in:
R. Ryantm
2026-04-20 21:28:37 +00:00
parent 1a2cead235
commit c04aa476bc
@@ -174,9 +174,9 @@
confcom = mkAzExtension rec {
pname = "confcom";
version = "1.8.0";
version = "2.0.0b1";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-${version}-py3-none-any.whl";
hash = "sha256-rKEECrGR4VIKTgPzInGhFrbrXDtYqayAzYWLKclE1tg=";
hash = "sha256-64Agk0G0nKPcM/KQYWoOudmKxelaaLouhet2IJB8QuM=";
description = "Microsoft Azure Command-Line Tools Confidential Container Security Policy Generator Extension";
nativeBuildInputs = [ autoPatchelfHook ];
buildInputs = [ openssl ];