Skip to content

Commit aabfcbd

Browse files
authored
azure-cli-extensions.storage-preview: 1.0.0b2 -> 1.0.0b5 (#379319)
2 parents 02a2b2a + 2cdb29d commit aabfcbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/az/azure-cli/extensions-manual.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126

127127
storage-preview = mkAzExtension rec {
128128
pname = "storage-preview";
129-
version = "1.0.0b2";
129+
version = "1.0.0b5";
130130
url = "https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-${version}-py2.py3-none-any.whl";
131-
hash = "sha256-Lej6QhYikoowi7cASMP99AQAutOzSv1gHQs6/Ni4J2Q=";
131+
hash = "sha256-gs4uQrnpXm03iPyP+i5DnFWvQ43+ZHN4wSZiNRVZU7g=";
132132
description = "Provides a preview for upcoming storage features";
133133
propagatedBuildInputs = with python3Packages; [ azure-core ];
134134
meta.maintainers = with lib.maintainers; [ katexochen ];

0 commit comments

Comments
 (0)