azure-cli: 2.15.1 -> 2.16.0

This commit is contained in:
Le Anh Duc
2020-12-16 21:14:05 -08:00
committed by Jonathan Ringer
parent cff40a9104
commit 66acfa3d16
2 changed files with 14 additions and 26 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, python3, fetchFromGitHub, installShellFiles }:
let
version = "2.15.1";
version = "2.16.0";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "05vwaafb6yzvrhig0gjkb4803yj6qr00gqh41rws9520899f2m9d";
sha256 = "wuHPNpt5pizgAwxRxJpRBiX6keJpKRpHu6M5BpFUyeY=";
};
# put packages that needs to be overriden in the py package scope