We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a2b2a + 2cdb29d commit aabfcbdCopy full SHA for aabfcbd
pkgs/by-name/az/azure-cli/extensions-manual.nix
@@ -126,9 +126,9 @@
126
127
storage-preview = mkAzExtension rec {
128
pname = "storage-preview";
129
- version = "1.0.0b2";
+ version = "1.0.0b5";
130
url = "https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-${version}-py2.py3-none-any.whl";
131
- hash = "sha256-Lej6QhYikoowi7cASMP99AQAutOzSv1gHQs6/Ni4J2Q=";
+ hash = "sha256-gs4uQrnpXm03iPyP+i5DnFWvQ43+ZHN4wSZiNRVZU7g=";
132
description = "Provides a preview for upcoming storage features";
133
propagatedBuildInputs = with python3Packages; [ azure-core ];
134
meta.maintainers = with lib.maintainers; [ katexochen ];
0 commit comments