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

haproxy: 2.3.0 -> 2.3.1
This commit is contained in:
Mario Rodas 2020-11-28 10:19:09 -05:00 committed by GitHub
commit f35985a8dc
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.0";
version = "2.3.1";
src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "1z3qzwm2brpi36kxhvw2xvm1ld9yz9c373rcixw3z21pw1cxrfh8";
sha256 = "0jyaxwgghvgd599acxr91hr2v4wyv3bd1j45k0gb4q2v58jz2fwd";
};
buildInputs = [ openssl zlib ]