Merge pull request #138518 from LeSuisse/haproxy-2.3.14

haproxy: 2.3.13 -> 2.3.14
This commit is contained in:
Timothy DeHerrera 2021-09-19 12:01:53 -06:00 committed by GitHub
commit 77febc2993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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