Skip to content

Commit 266766b

Browse files
committed
pgbouncer: 1.24.0 -> 1.24.1
1 parent 2bf0209 commit 266766b

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.24.0";
15+
version = "1.24.1";
1616

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

2222
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)