Commit 0c9a1619 authored by R. RyanTM's avatar R. RyanTM
Browse files

azure-cli-extensions.ssh: 2.0.6 -> 2.0.7

parent 73259bfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -313,9 +313,9 @@

  ssh = mkAzExtension rec {
    pname = "ssh";
    version = "2.0.6";
    version = "2.0.7";
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/ssh-${version}-py3-none-any.whl";
    hash = "sha256-PSIGtOa91WxpzFCauZ5d5tx/ZtCRsBhbejtVfY3Bgss=";
    hash = "sha256-H/CwitltPFB6E2FK9HsDEEjmn2NOD9/O4BOdBlRQAwY=";
    description = "SSH into Azure VMs using RBAC and AAD OpenSSH Certificates";
    propagatedBuildInputs = with python3Packages; [
      oras