Skip to content

Commit c742baf

Browse files
committed
update pgbouncer to 1.25.1
1 parent d53f613 commit c742baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/pgbouncer.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.24.1";
15+
version = "1.25.1";
1616

1717
src = fetchurl {
1818
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
19-
hash = "sha256-2nKjq6EwcodtBVo+WN1Kukpd5O1hSOcwMxhSRVmP0+A=";
19+
hash = "sha256-blZq6S/j739qG54m1gSffXyjnEDinns49tVQCuFdhGU=";
2020
};
2121

2222
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)