Unverified Commit f9cf9fef authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

pgbouncer: 1.22.1 -> 1.23.0
parents 536a72e5 12c1235e
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.22.1";
  version = "1.23.0";

  src = fetchurl {
    url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
    hash = "sha256-KwGKps5/WSyYkrueD9kCYkhOtzk3/Sr5KXcKRTc7ohU=";
    hash = "sha256-GAQhnDAe8DXn9B6pr/HlGAtLr4hF1hBh6aEIWTYyMiY=";
  };

  nativeBuildInputs = [ pkg-config ];