azure-cli: fix dependencies

This commit is contained in:
Jonathan Ringer 2020-06-08 13:29:58 -07:00 committed by Frederik Rietdijk
parent 25719e3db8
commit 725c27a867
1 changed files with 20 additions and 0 deletions

View File

@ -342,6 +342,26 @@ let
};
});
msal-extensions = super.msal-extensions.overridePythonAttrs(oldAttrs: rec {
version = "0.1.3";
src = super.fetchPypi {
inherit (oldAttrs) pname;
inherit version;
sha256 = "1p05cbfksnhijx1il7s24js2ydzgxbpiasf607qdpb5sljlp3qar";
};
});
websocket_client = super.websocket_client.overridePythonAttrs(oldAttrs: rec {
version = "0.56.0";
src = super.fetchPypi {
inherit (oldAttrs) pname;
inherit version;
sha256 = "0fpxjyr74klnyis3yf6m54askl0h5dchxcwbfjsq92xng0455m8z";
};
});
};
};
in