Merge pull request #69753 from r-ryantm/auto-update/pgbouncer

pgbouncer: 1.10.0 -> 1.11.0
This commit is contained in:
Mario Rodas 2019-09-28 06:20:56 -05:00 committed by GitHub
commit a4e1bf7f58
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.10.0";
version = "1.11.0";
src = fetchurl {
url = "https://pgbouncer.github.io/downloads/files/${version}/${pname}-${version}.tar.gz";
sha256 = "1m8vsxyna5grs5p0vnxf3fxxnkk9aqjf3qmr2bbkpkhlzr11986q";
sha256 = "0w3y53kwnkcm9fmf28zbjvqk6ivfic5f2k3nflvca1i8iaj2z044";
};
buildInputs = [ libevent openssl c-ares pkg-config ];