azure-cli: 2.16.0 -> 2.17.0
This commit is contained in:
committed by
Jonathan Ringer
parent
2d8d50a93a
commit
476a33da79
@@ -1,12 +1,12 @@
|
||||
{ stdenv, lib, python3, fetchFromGitHub, installShellFiles }:
|
||||
|
||||
let
|
||||
version = "2.16.0";
|
||||
version = "2.17.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Azure";
|
||||
repo = "azure-cli";
|
||||
rev = "azure-cli-${version}";
|
||||
sha256 = "wuHPNpt5pizgAwxRxJpRBiX6keJpKRpHu6M5BpFUyeY=";
|
||||
sha256 = "2QLPtZYZZ+W5xZH2hxFnjox31v3My3zocouqLWGWSYI=";
|
||||
};
|
||||
|
||||
# put packages that needs to be overriden in the py package scope
|
||||
@@ -67,6 +67,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
|
||||
azure-mgmt-containerregistry
|
||||
azure-mgmt-containerservice
|
||||
azure-mgmt-cosmosdb
|
||||
azure-mgmt-databoxedge
|
||||
azure-mgmt-datalake-analytics
|
||||
azure-mgmt-datalake-store
|
||||
azure-mgmt-datamigration
|
||||
|
||||
Reference in New Issue
Block a user