Unverified Commit 1f8055e4 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

azure-cli-extensions.vm-repair: 2.1.2 -> 2.1.3 (#482589)

parents ac906bf4 15bf62ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -320,9 +320,9 @@

  vm-repair = mkAzExtension rec {
    pname = "vm-repair";
    version = "2.1.2";
    version = "2.1.3";
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-${version}-py2.py3-none-any.whl";
    hash = "sha256-DOuH7BG4WrhP7SQH3GInFh7DHT0qN3JhSG76EXmNn24=";
    hash = "sha256-atqfMIN0FjLZjSIRh+T9MBxt34y6VWpxexCEBFsPTaM=";
    description = "Support for repairing Azure Virtual Machines";
    propagatedBuildInputs = with python3Packages; [ opencensus ];
    meta.maintainers = [ ];