haproxy: 2.3.7 -> 2.3.10

This commit is contained in:
R. RyanTM 2021-04-28 17:02:10 +00:00
parent e7e72e070b
commit 1a58aec6a2

View file

@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.3.7";
version = "2.3.10";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-Mbp6zQ14NnxxtW5Kh8nxHNI1/FYCvFuEaQd5Eg4KMFs=";
sha256 = "sha256-mUbgz8g/KQcrNDHjckYiHPnUqdKKFYwHVxTTRSZvTzU=";
};
buildInputs = [ openssl zlib ]