Unverified Commit c938026a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #261538 from marsam/update-pgbouncer

pgbouncer: 1.20.1 -> 1.21.0
parents 06efd25c a9f4d2dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];