nix: upgrade weeder to 2.4.0 (GHC 9.2 compatible)

This commit is contained in:
Robert Vollmert
2022-06-16 10:39:02 +02:00
parent c25473e001
commit 93210f9380
+9
View File
@@ -80,6 +80,15 @@ let
}
{ };
weeder =
lib.dontCheck (prev.callHackageDirect
{
pkg = "weeder";
ver = "2.4.0";
sha256 = "sha256-Nhp8EogHJ5SIr67060TPEvQbN/ECg3cRJFQnUtJUyC0=";
}
{ });
} // extraOverrides final prev;
in
{