pgbouncer: 1.20.1 -> 1.21.0

Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_21_0
This commit is contained in:
Mario Rodas 2023-10-16 04:20:00 +00:00
parent d433649548
commit a9f4d2dd95

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgbouncer";
version = "1.20.1";
version = "1.21.0";
src = fetchurl {
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
hash = "sha256-JJks9VfXNCbXBIaY3/x7AZ5jZNTYdXriz14kcShqIIg=";
hash = "sha256-fh3WIMjYWoSQr/JQYdUFXXrvnPPov+LZ53GbjuWRFOI=";
};
nativeBuildInputs = [ pkg-config ];