Skip to content

Commit cf28fd4

Browse files
pgbouncer: 1.23.1 -> 1.24.0 (NixOS#372807)
2 parents 303bd80 + 2c47cfa commit cf28fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)