azure-cli: 2.1.0 -> 2.2.0

This commit is contained in:
Jonathan Ringer
2020-03-24 12:13:46 -07:00
committed by Jon
parent d0cb0cc7c9
commit a306a8e3ec
2 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }:
let
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "0f4wrqp9f4n4mk73ybx08ybvmxx88r6g5cvx8ld6ybhl2w8bbn9v";
sha256 = "0bqkvx1gp4bhpjn5nrjc08lq8wldl1icrz6q1llaxgvqqmc8hcgp";
};
# put packages that needs to be overriden in the py package scope