azure-cli-extensions.storage-preview: 1.0.0b6 -> 1.0.0b7

This commit is contained in:
R. Ryantm
2025-07-24 07:03:20 +00:00
parent 9ee8a0dd22
commit 27d2e5e371
@@ -130,9 +130,9 @@
storage-preview = mkAzExtension rec {
pname = "storage-preview";
version = "1.0.0b6";
version = "1.0.0b7";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-${version}-py2.py3-none-any.whl";
hash = "sha256-467PbUh6rCPndvAXeZ5tMgCH34HL36Kzd9DzYlM63EA=";
hash = "sha256-wtf+4TBDzpWO55w5VXnoERAbksP2QaSc29FHL3MNOBo=";
description = "Provides a preview for upcoming storage features";
propagatedBuildInputs = with python3Packages; [ azure-core ];
meta.maintainers = with lib.maintainers; [ katexochen ];