[Backport release-25.11] pgbouncer: 1.24.1 -> 1.25.1 (#474581)

This commit is contained in:
Fernando Rodrigues
2025-12-28 05:21:10 +00:00
committed by GitHub

View File

@@ -6,20 +6,26 @@
libevent,
c-ares,
pkg-config,
python3,
pandoc,
systemd,
nixosTests,
}:
stdenv.mkDerivation rec {
pname = "pgbouncer";
version = "1.24.1";
version = "1.25.1";
src = fetchurl {
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
hash = "sha256-2nKjq6EwcodtBVo+WN1Kukpd5O1hSOcwMxhSRVmP0+A=";
hash = "sha256-blZq6S/j739qG54m1gSffXyjnEDinns49tVQCuFdhGU=";
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
python3
pandoc
];
buildInputs = [
libevent
openssl