fawltydeps: bump to latest release
This commit is contained in:
parent
b18dae450a
commit
32e27cb105
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tweag";
|
owner = "tweag";
|
||||||
repo = "FawltyDeps";
|
repo = "FawltyDeps";
|
||||||
rev = "1cbea7a6b138934b1be6c0a81d6865882954acc0";
|
rev = "2a37e0b00c5a741d6d6bd6e39936d97831fe6202";
|
||||||
sha256 = "sha256-Jg/wjorb5OXtv0hnrDVsPi5MxZUyK7mDiMlOQX7brq4=";
|
sha256 = "sha256-/TrA32C6LupAHU453/EFQDdM5Gpor0i+NlL3oGBbaog=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
version = "2023-03-30";
|
version = "2023-05-11";
|
||||||
python = python310;
|
python = python310;
|
||||||
projectDir = src;
|
projectDir = src;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue