Merge pull request #259097 from marsam/update-pgbouncer

pgbouncer: 1.20.0 -> 1.20.1
This commit is contained in:
Weijia Wang 2023-10-05 11:51:53 +02:00 committed by GitHub
commit b64aeb42b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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