azure-cli: 2.17.1 -> 2.18.0

This commit is contained in:
Jonathan Ringer
2021-01-29 07:32:53 -08:00
parent f0b9725301
commit ce7b88232a
2 changed files with 14 additions and 11 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
{ stdenv, lib, python3, fetchFromGitHub, installShellFiles }:
let
version = "2.17.1";
version = "2.18.0";
srcName = "azure-cli-${version}-src";
src = fetchFromGitHub {
name = srcName;
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "sha256-RTYCsdoZx1YQa9a8ZyvwQ9yTLEB6r7/mMgfecc/vGvM=";
sha256 = "sha256-3qQKQePyLYwIS3yO3exHNd0uoPr7y4iZ12+GaiHfqz8=";
};
# put packages that needs to be overriden in the py package scope