We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf0209 commit 266766bCopy full SHA for 266766b
pkgs/by-name/pg/pgbouncer/package.nix
@@ -12,11 +12,11 @@
12
13
stdenv.mkDerivation rec {
14
pname = "pgbouncer";
15
- version = "1.24.0";
+ version = "1.24.1";
16
17
src = fetchurl {
18
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
19
- hash = "sha256-52rflBoxkaQW4iPAss2/cxWe74CioyMUr2+9guQaHUE=";
+ hash = "sha256-2nKjq6EwcodtBVo+WN1Kukpd5O1hSOcwMxhSRVmP0+A=";
20
};
21
22
nativeBuildInputs = [ pkg-config ];
0 commit comments