fawltydeps: bump to latest master
This commit is contained in:
parent
cecead7114
commit
a0aa4c0bf2
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 = "140636c924fa9d33f31a1eda14b752cf270adb54";
|
rev = "1cbea7a6b138934b1be6c0a81d6865882954acc0";
|
||||||
sha256 = "sha256-3NoKm/oDYd8eQq1m4kQkQHEaeYFuaj3l6Gic8Hv7KEQ=";
|
sha256 = "sha256-Jg/wjorb5OXtv0hnrDVsPi5MxZUyK7mDiMlOQX7brq4=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
version = "2023-03-29";
|
version = "2023-03-30";
|
||||||
python = python310;
|
python = python310;
|
||||||
projectDir = src;
|
projectDir = src;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue