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

View file

@ -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;
} }