haproxy: 1.8.14 -> 1.8.15

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
This commit is contained in:
R. RyanTM 2018-12-15 20:35:02 -08:00 committed by Franz Pletz
parent 9ca654825f
commit 44482c54ff
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "1.8.14";
version = "1.8.15";
name = "${pname}-${version}";
src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${name}.tar.gz";
sha256 = "1przpp8xp2ygcklz4ypnm6z56nb73ydwksm3yy5fb1dyg0jl0zmi";
sha256 = "0cm008i7cz4gq0j7wxmpyzvwfcrmmck5ix34is5xxms624pqc4vi";
};
buildInputs = [ openssl zlib ]