Commit da912f23 authored by Paul Meyer's avatar Paul Meyer
Browse files

azure-cli: 2.79.0 -> 2.80.0

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

let
  version = "2.79.0";
  version = "2.80.0";

  src = fetchFromGitHub {
    name = "azure-cli-${version}-src";
    owner = "Azure";
    repo = "azure-cli";
    tag = "azure-cli-${version}";
    hash = "sha256-VvCtHNMdfW/fFZlbu/7EHlSa6GtFZ0B9pdqQFjHdmXg=";
    hash = "sha256-PIsOBltX2WBFCV4kdHkGPefBe/FGF9GQ5otXznE87aA=";
  };

  # put packages that needs to be overridden in the py package scope
@@ -160,6 +160,7 @@ py.pkgs.toPythonApplication (
      with py.pkgs;
      [
        antlr4-python3-runtime
        azure-ai-projects
        azure-appconfiguration
        azure-batch
        azure-cli-core