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

azure-cli-extensions.ssh: 2.0.6 -> 2.0.7 (#510769)

parents 84088a8c 0c9a1619
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