chore(deps): update nixpkgs to unstable 2024-11-09
This commit is contained in:
committed by
Wolfgang Walther
parent
b83899340e
commit
6c46f7dba5
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user