haproxy: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm 2022-09-05 22:35:02 +00:00
parent b68f057782
commit 8b0c26c7a1

View File

@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.6.4";
version = "2.6.5";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-8H1nraL/Opmf7U40RZwEiVNjMaVJZlrJDLao35H0ook=";
sha256 = "sha256-zp4Z6/zdQ+Ua+KYJDx341RLZct33QvpkimQ7uxkFZgU=";
};
buildInputs = [ openssl zlib ]