Unverified Commit 689e1624 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pgbouncer: 1.24.0 -> 1.24.1 (#399357)

parents 307adb2a 266766bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation rec {
  pname = "pgbouncer";
  version = "1.24.0";
  version = "1.24.1";

  src = fetchurl {
    url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
    hash = "sha256-52rflBoxkaQW4iPAss2/cxWe74CioyMUr2+9guQaHUE=";
    hash = "sha256-2nKjq6EwcodtBVo+WN1Kukpd5O1hSOcwMxhSRVmP0+A=";
  };

  nativeBuildInputs = [ pkg-config ];