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
+4 -4
View File
@@ -2,8 +2,8 @@
{
owner = "NixOS";
repo = "nixpkgs";
ref = "refs/heads/nixpkgs-24.05-darwin";
date = "2024-07-06";
rev = "835cf2d3f37989c5db6585a28de967a667a75fb1";
tarballHash = "0raz6228z96x0bj5di9pnpzf4cs63jjlavjwpd0yklb3dicvrg1m";
ref = "refs/heads/nixpkgs-unstable-darwin";
date = "2024-11-09";
rev = "a90280100f41a10914edfe729a4053e60c92b8e3";
tarballHash = "1vwr665b6l6gma24w45q5hic86vbd8alc01mziwwr621hwlca88f";
}
+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;
});
};