Skip to content

Commit 2c47cfa

Browse files
committed
pgbouncer: 1.23.1 -> 1.24.0
1 parent 3f14b85 commit 2c47cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pg/pgbouncer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "pgbouncer";
15-
version = "1.23.1";
15+
version = "1.24.0";
1616

1717
src = fetchurl {
1818
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
19-
hash = "sha256-GWO0lyMdmlYKYtJm5KLq5ogatAGFPZPl0pLDdA7sUIQ=";
19+
hash = "sha256-52rflBoxkaQW4iPAss2/cxWe74CioyMUr2+9guQaHUE=";
2020
};
2121

2222
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)