fawltydeps: update to latest master
This commit is contained in:
parent
b5afe25a79
commit
c255272b89
1 changed files with 3 additions and 3 deletions
|
@ -17,12 +17,12 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tweag";
|
owner = "tweag";
|
||||||
repo = "FawltyDeps";
|
repo = "FawltyDeps";
|
||||||
rev = "2f9338d3ceb0c1954500f2cbede16ce223bfb160";
|
rev = "2f835e077504770146730cb19bbe611dbbec5be8";
|
||||||
sha256 = "sha256-h5jWeJ5ZfrTuGZr14nUFaNFMCRlpBzDxfFKRYTqxFDI=";
|
sha256 = "sha256-dPoH86BTb8OmbVOKcBPFIRijz1YbuJ4KbHlLu+bXI3U=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
version = "2023-03-16";
|
version = "2023-03-27";
|
||||||
python = python310;
|
python = python310;
|
||||||
projectDir = "${src}";
|
projectDir = "${src}";
|
||||||
overrides = poetryOverrides;
|
overrides = poetryOverrides;
|
||||||
|
|
Loading…
Reference in a new issue