libpqxx: 7.7.5 -> 7.9.2

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
Gutyina Gergő 2024-11-16 10:06:51 +01:00
parent 34b8fc2f53
commit ec6a62b74c
No known key found for this signature in database

View File

@ -8,16 +8,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpqxx";
version = "7.7.5";
version = "7.9.2";
src = fetchFromGitHub {
owner = "jtv";
repo = "libpqxx";
rev = finalAttrs.version;
hash = "sha256-mvGPMbk4b8NmPvzy5hS+Au69NtDGha8ONTEQf6I3VZE=";
hash = "sha256-I5e0iqXlZqDOMa1PlnrxpcKt1c2mbnSbVQrpi1Gh25o=";
};
nativeBuildInputs = [
postgresql
python3
];
@ -25,8 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
postgresql
];
preConfigure = ''
patchShebangs ./tools/splitconfig
postPatch = ''
patchShebangs ./tools/splitconfig.py
'';
configureFlags = [