Commit 5ea3b8d9 authored by Paul Meyer's avatar Paul Meyer
Browse files

azure-cli: 2.70.0 -> 2.71.0

parent 2e0c384c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@
}:

let
  version = "2.70.0";
  version = "2.71.0";

  src = fetchFromGitHub {
    name = "azure-cli-${version}-src";
    owner = "Azure";
    repo = "azure-cli";
    rev = "azure-cli-${version}";
    hash = "sha256-vvX/LkG8qA53AxVlvq7FSTqbVblvE5xbDq4V0SINCAk=";
    hash = "sha256-vtuDgj3UJCmKxYg0OgG59ezQh7HlscNywz61BHDzJF8=";
  };

  # put packages that needs to be overridden in the py package scope