Merge pull request #227994 from r-ryantm/auto-update/haproxy

haproxy: 2.7.3 -> 2.7.6
This commit is contained in:
Weijia Wang
2023-04-26 00:39:38 +03:00
committed by GitHub
+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 ]