azure-cli: 2.7.0 -> 2.8.0

This commit is contained in:
Jonathan Ringer
2020-07-06 11:37:37 -07:00
committed by Jon
parent 7516429fc1
commit 2af99b8ba1
2 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }:
let
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "0g0ddg04pwcsmyyzrqllx4ladw4x5zxc5yw29q8f6q59j6jaf1zb";
sha256 = "1jfavxpqa0n6j7vs1233ghgxs5l9099xz4ncgmpj4s826f8chdi8";
};
# put packages that needs to be overriden in the py package scope