haproxy: 2.6.6 -> 2.7.2

This commit is contained in:
R. Ryantm 2023-01-24 09:42:49 +00:00
parent 287b071e9a
commit 427acb2e1c

View File

@ -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 ]