chore(deps): update nixpkgs to unstable 2024-11-09

This commit is contained in:
Wolfgang Walther
2024-11-12 21:13:31 +01:00
committed by Wolfgang Walther
parent b83899340e
commit 6c46f7dba5
2 changed files with 11 additions and 6 deletions
+7 -2
View File
@@ -60,8 +60,13 @@ let
jose-jwt = prev.jose-jwt_0_10_0;
postgresql-libpq = lib.dontCheck
(prev.postgresql-libpq_0_10_1_0.override {
postgresql-libpq = lib.dontCheck (prev.callHackageDirect
{
pkg = "postgresql-libpq";
ver = "0.10.1.0";
sha256 = "sha256-tXOMqCO8opMilI9rx0D+njqjIjbZsH168Bzb8Aq8Ff4=";
}
{
postgresql = super.libpq;
});
};