azure-cli: 2.14.0 -> 2.14.2

This commit is contained in:
R. RyanTM 2020-11-10 21:50:47 +00:00 committed by Jonathan Ringer
parent 450ff80f2e
commit 8401063437

View File

@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }: { stdenv, lib, python, fetchFromGitHub, installShellFiles }:
let let
version = "2.14.0"; version = "2.14.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Azure"; owner = "Azure";
repo = "azure-cli"; repo = "azure-cli";
rev = "azure-cli-${version}"; rev = "azure-cli-${version}";
sha256 = "0rihxkdckfkqzrr3jc8jpdpjg3pgz5jymyz19lpva8qqln7cmzpy"; sha256 = "1d5qd39b0i5icg193ybr9gzl0axqw5ml5zjwqin1zxqj5y3r6sc2";
}; };
# put packages that needs to be overriden in the py package scope # put packages that needs to be overriden in the py package scope