fawltydeps: bump to latest master

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-31 00:00:05 +03:00
parent cecead7114
commit a0aa4c0bf2
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ let
src = fetchFromGitHub {
owner = "tweag";
repo = "FawltyDeps";
rev = "140636c924fa9d33f31a1eda14b752cf270adb54";
sha256 = "sha256-3NoKm/oDYd8eQq1m4kQkQHEaeYFuaj3l6Gic8Hv7KEQ=";
rev = "1cbea7a6b138934b1be6c0a81d6865882954acc0";
sha256 = "sha256-Jg/wjorb5OXtv0hnrDVsPi5MxZUyK7mDiMlOQX7brq4=";
};
in
poetry2nix.mkPoetryApplication {
version = "2023-03-29";
version = "2023-03-30";
python = python310;
projectDir = src;
}