Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1d8a274a3b4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4c645a3a499
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 13, 2020

  1. azure-cli: 2.0.79 -> 2.0.80

    Jonathan Ringer committed Jan 13, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    erictapen Kerstin
    Copy the full SHA
    32b5c57 View commit details

Commits on Jan 14, 2020

  1. Merge pull request #77650 from jonringer/bump-azure-cli

    azure-cli: 2.0.79 -> 2.0.80
    c0bw3b authored Jan 14, 2020
    Copy the full SHA
    f4c645a View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/tools/admin/azure-cli/default.nix
  2. +2 −2 pkgs/tools/admin/azure-cli/python-packages.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/azure-cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }:

let
version = "2.0.79";
version = "2.0.80";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "0fzpq5fnqxkjghsjk4hi3jng5lgywpvj3fzb5sb7nb7ymvkvhad2";
sha256 = "05j74cfxjpi3w79w0i5av3h2m81bavbsc581vvh773ixivndds1k";
};

# put packages that needs to be overriden in the py package scope
4 changes: 2 additions & 2 deletions pkgs/tools/admin/azure-cli/python-packages.nix
Original file line number Diff line number Diff line change
@@ -207,8 +207,8 @@ let
azure-mgmt-authorization = overrideAzureMgmtPackage super.azure-mgmt-authorization "0.52.0" "zip"
"0357laxgldb7lvvws81r8xb6mrq9dwwnr1bnwdnyj4bw6p21i9hn";

azure-mgmt-storage = overrideAzureMgmtPackage super.azure-mgmt-storage "7.0.0" "zip"
"01f17fb1myskj72zarc67i1sxfvk66lid9zn12gwjrz2vqc6npkz";
azure-mgmt-storage = overrideAzureMgmtPackage super.azure-mgmt-storage "7.1.0" "zip"
"03yjvw1dwkwsadsv60i625mr9zpdryy7ywvh7p8fg60djszh1p5l";

azure-mgmt-servicefabric = overrideAzureMgmtPackage super.azure-mgmt-servicefabric "0.2.0" "zip"
"1bcq6fcgrsvmk6q7v8mxzn1180jm2qijdqkqbv1m117zp1wj5gxj";