haproxy: 2.7.7 -> 2.7.8

This commit is contained in:
R. Ryantm
2023-05-07 20:50:15 +00:00
parent 4e243a2e2b
commit b49865b92b
+2 -2
View File
@@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.7.7";
version = "2.7.8";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-0PicsyRPx72Ttqbpqr/FZPIThoZyiLXdkxYJE+bMS4k=";
sha256 = "sha256-FfInaXG7uoxH2GzILr/G7DPjrvLkVlBYsuSVDAe451w=";
};
buildInputs = [ openssl zlib libxcrypt ]