1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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 }:
let
version = "2.14.0";
version = "2.14.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "0rihxkdckfkqzrr3jc8jpdpjg3pgz5jymyz19lpva8qqln7cmzpy";
sha256 = "1d5qd39b0i5icg193ybr9gzl0axqw5ml5zjwqin1zxqj5y3r6sc2";
};
# put packages that needs to be overriden in the py package scope