fawltydeps: bump to latest release

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-14 18:55:38 +03:00
parent b18dae450a
commit 32e27cb105
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 = "1cbea7a6b138934b1be6c0a81d6865882954acc0";
sha256 = "sha256-Jg/wjorb5OXtv0hnrDVsPi5MxZUyK7mDiMlOQX7brq4=";
rev = "2a37e0b00c5a741d6d6bd6e39936d97831fe6202";
sha256 = "sha256-/TrA32C6LupAHU453/EFQDdM5Gpor0i+NlL3oGBbaog=";
};
in
poetry2nix.mkPoetryApplication {
version = "2023-03-30";
version = "2023-05-11";
python = python310;
projectDir = src;
}