mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
[Backport release-25.11] pgbouncer: 1.24.1 -> 1.25.1 (#474581)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user