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

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

haproxy: 2.8.0 -> 2.8.1
parents 1f2493e5 9a73da8f
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.8.0";
  version = "2.8.1";

  src = fetchurl {
    url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
    sha256 = "sha256-Yc2vtdt+kXTQdXuOS83pODUjBvt8yP8rX1XCbdSKbPc=";
    sha256 = "sha256-SFVS/NnV1fQarQRvEx/Ap+hJvvJaNJoEB1CvDG/FaAc=";
  };

  buildInputs = [ openssl zlib libxcrypt ]