Merge pull request #285416 from r-ryantm/auto-update/pgbouncer

pgbouncer: 1.21.0 -> 1.22.0
This commit is contained in:
Mario Rodas 2024-02-04 16:44:11 -05:00 committed by GitHub
commit 996b94607d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgbouncer";
version = "1.21.0";
version = "1.22.0";
src = fetchurl {
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
hash = "sha256-fh3WIMjYWoSQr/JQYdUFXXrvnPPov+LZ53GbjuWRFOI=";
hash = "sha256-xu43qNfdvrv4RC2PCOwHw9pGr7Kq45ZziMFIFpineFg=";
};
nativeBuildInputs = [ pkg-config ];