chore(deps): Update nixpkgs to unstable 2024-05-29

This makes actionlint happy about the new ubuntu runners.
This commit is contained in:
Wolfgang Walther
2024-11-06 17:35:55 +01:00
committed by Wolfgang Walther
parent fc7f715aeb
commit 3379ee3483
2 changed files with 11 additions and 4 deletions
+8 -1
View File
@@ -57,7 +57,14 @@ let
}
{ });
hasql-pool = lib.dontCheck prev.hasql-pool_1_0_1;
hasql-pool = lib.dontCheck (prev.callHackageDirect
{
pkg = "hasql-pool";
ver = "1.0.1";
sha256 = "sha256-Hf1f7lX0LWkjrb25SDBovCYPRdmUP1H6pAxzi7kT4Gg=";
}
{ }
);
postgresql-libpq = lib.dontCheck
(prev.postgresql-libpq.override {