Skip to content

Commit e825e5b

Browse files
authored
azure-cli-extensions.vm-repair: 2.0.2 -> 2.0.3 (#383084)
2 parents 41a8034 + fe74ef7 commit e825e5b

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
@@ -140,9 +140,9 @@
140140

141141
vm-repair = mkAzExtension rec {
142142
pname = "vm-repair";
143-
version = "2.0.2";
143+
version = "2.0.3";
144144
url = "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-${version}-py2.py3-none-any.whl";
145-
hash = "sha256-ts7ByTWI1Chtx9kFQ3sfw4TWP8X5b1hYscudnYJDdOs=";
145+
hash = "sha256-ynbq8XyoC6LR7N/x6Ztl74Gu4otTN+QiWLmvy7OfGA0=";
146146
description = "Support for repairing Azure Virtual Machines";
147147
propagatedBuildInputs = with python3Packages; [ opencensus ];
148148
meta.maintainers = with lib.maintainers; [ ];

0 commit comments

Comments
 (0)