azure-cli: 2.0.77 -> 2.0.78

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:50 +01:00
committed by Frederik Rietdijk
parent 1283912c41
commit e1bb62f9bc
2 changed files with 31 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }:
let
version = "2.0.77";
version = "2.0.78";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "1qd6di8cqwhpcsqcx6g3scmwj90m15r695y5977q6a3qy13knisv";
sha256 = "095dk5jbri3ydizs0fhfw1lhamvvxwx5smw8mj1bj78b2qsl5xh3";
};
# put packages that needs to be overriden in the py package scope