azure-cli: 2.0.80 -> 2.0.81

This commit is contained in:
Jonathan Ringer
2020-02-09 19:25:37 -08:00
committed by Jon
parent d26288a514
commit 259d76d541
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.0.80";
version = "2.0.81";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "05j74cfxjpi3w79w0i5av3h2m81bavbsc581vvh773ixivndds1k";
sha256 = "1fpdc59qqkx9s5aip62jzcky92fhlbvc97hi1x047sldh9ibp02n";
};
# put packages that needs to be overriden in the py package scope