azure-cli: fix build

This commit is contained in:
Jonathan Ringer 2022-02-15 17:14:50 -08:00 committed by Martin Weinelt
parent 4ecb548a6b
commit 4cc256f221
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -481,18 +481,6 @@ let
};
});
PyGithub = super.PyGithub.overridePythonAttrs(oldAttrs: rec {
version = "1.38";
src = super.fetchPypi {
inherit (oldAttrs) pname;
inherit version;
sha256 = "sha256-HtCPd17FBnvIRStyveLbuVz05S/yvVDMMsackf+tknI=";
};
doCheck = false;
});
knack = super.knack.overridePythonAttrs(oldAttrs: rec {
version = "0.9.0";