2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-05 21:42:23 +00:00

azure-cli-extensions.self-help: 0.2.0 -> 0.3.0

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-04-26 16:31:06 +02:00
parent c2f166c1f2
commit 9cbd5eb32f

View File

@ -855,9 +855,9 @@
};
self-help = mkAzExtension rec {
pname = "self-help";
version = "0.2.0";
version = "0.3.0";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/self_help-${version}-py3-none-any.whl";
sha256 = "a57d629f75443666af570188716eaf2b9182da41f6d2f958f6d53d79b830b23e";
sha256 = "0545610ee482069ad89c3fcc342e3d94f72b4d5eb139312c778501c843e8216d";
description = "Microsoft Azure Command-Line Tools SelfHelp Extension";
};
sentinel = mkAzExtension rec {