fawltydeps: bump to latest master
This commit is contained in:
parent
c856ff0959
commit
761e43071f
1 changed files with 4 additions and 4 deletions
|
@ -27,16 +27,16 @@ let
|
||||||
exceptiongroup = prev.exceptiongroup.overridePythonAttrs (old: {
|
exceptiongroup = prev.exceptiongroup.overridePythonAttrs (old: {
|
||||||
buildInputs = old.buildInputs ++ [ prev.flit-scm ];
|
buildInputs = old.buildInputs ++ [ prev.flit-scm ];
|
||||||
});
|
});
|
||||||
mypy = prev.mypy.overridePythonAttrs (old: {
|
pip-requirements-parser = prev.pip-requirements-parser.overridePythonAttrs (old: {
|
||||||
buildInputs = old.buildInputs ++ [ prev.types-psutil ];
|
dontConfigure = true;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tweag";
|
owner = "tweag";
|
||||||
repo = "FawltyDeps";
|
repo = "FawltyDeps";
|
||||||
rev = "0201e74a158c5774db9150e1e70f01e76bad34e7";
|
rev = "2f9338d3ceb0c1954500f2cbede16ce223bfb160";
|
||||||
sha256 = "sha256-kSAy6IOS+G+e7hG4ZseglhOsnJ7Tg87MaMRCWUoSJdA=";
|
sha256 = "sha256-h5jWeJ5ZfrTuGZr14nUFaNFMCRlpBzDxfFKRYTqxFDI=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
|
|
Loading…
Reference in a new issue