libpqxx: 7.7.5 -> 7.9.2
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
parent
34b8fc2f53
commit
ec6a62b74c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user