haproxy: 2.7.3 -> 2.7.6

This commit is contained in:
R. Ryantm
2023-04-24 18:21:28 +00:00
parent d5cc80cbc8
commit 205db0055c
+2 -2
View File
@@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.7.3";
version = "2.7.6";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-sX5RuWUxhDtKmdLDtiGCgbyYi/Ykyf+Q4Z8MvLol0Gc=";
sha256 = "sha256-Ez81fds/z8WtgUnvPXTLtdtrtKWrZyic4LCraGzet08=";
};
buildInputs = [ openssl zlib libxcrypt ]