azure-cli: 2.18.0 -> 2.20.0

This commit is contained in:
Jonathan Ringer
2021-03-14 17:05:12 -07:00
committed by Jonathan Ringer
parent 3595db38cd
commit b32c4fc457
2 changed files with 53 additions and 59 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, python3, fetchFromGitHub, installShellFiles }:
let
version = "2.18.0";
version = "2.20.0";
srcName = "azure-cli-${version}-src";
src = fetchFromGitHub {
@@ -9,7 +9,7 @@ let
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "sha256-3qQKQePyLYwIS3yO3exHNd0uoPr7y4iZ12+GaiHfqz8=";
sha256 = "sha256-unG17oiqZZJNGg8QCg7xY0GzuMu2gaAIIgGF8TlMBQQ=";
};
# put packages that needs to be overriden in the py package scope
@@ -137,6 +137,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
psutil
requests
scp
semver
six
sshtunnel
urllib3