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

Merge pull request #212402 from r-ryantm/auto-update/haproxy

haproxy: 2.6.6 -> 2.7.2
parents b5426016 427acb2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@ assert usePcre -> pcre != null;

stdenv.mkDerivation rec {
  pname = "haproxy";
  version = "2.6.6";
  version = "2.7.2";

  src = fetchurl {
    url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
    sha256 = "sha256-0MgMkMBK55WYtYuXSdU3h/APe1FRdefYID8nluamWU0=";
    sha256 = "sha256-Y7xuwDAtDrvh+nacGWBmQN6DSsjLB0R7gHmctWPcDz8=";
  };

  buildInputs = [ openssl zlib libxcrypt ]