fawltydeps: rollback to prev version
This commit is contained in:
parent
4adabd8d4f
commit
c856ff0959
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, poetry2nix
|
, poetry2nix
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python39
|
, python310
|
||||||
, python39Packages
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -36,13 +35,13 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tweag";
|
owner = "tweag";
|
||||||
repo = "FawltyDeps";
|
repo = "FawltyDeps";
|
||||||
rev = "f8b156756b1de47c578935c4d6f6a7a8f2975c63";
|
rev = "0201e74a158c5774db9150e1e70f01e76bad34e7";
|
||||||
sha256 = "sha256-3oQX0oX1+jZAC+vTRd7dUGNfioc6ADFmF+GSbvVyYsQ=";
|
sha256 = "sha256-kSAy6IOS+G+e7hG4ZseglhOsnJ7Tg87MaMRCWUoSJdA=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
version = "2023-03-16";
|
version = "2023-03-16";
|
||||||
python = python39;
|
python = python310;
|
||||||
projectDir = "${src}";
|
projectDir = "${src}";
|
||||||
overrides = poetryOverrides;
|
overrides = poetryOverrides;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue