Skip to content

Commit

Permalink
haproxy: 1.7.9 -> 1.8.4
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4/bin/haproxy -v` and found version 1.8.4
- found 1.8.4 with grep in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
- found 1.8.4 in filename of file in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
  • Loading branch information
ryantm authored and obadz committed Mar 5, 2018
1 parent 6b9a99e commit f03c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/haproxy/default.nix
Expand Up @@ -9,12 +9,12 @@ assert usePcre -> pcre != null;

stdenv.mkDerivation rec {
pname = "haproxy";
version = "1.7.9";
version = "1.8.4";
name = "${pname}-${version}";

src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${name}.tar.gz";
sha256 = "1072337e54fa188dc6e0cfe3ba4c2200b07082e321cbfe5a0882d85d54db068e";
sha256 = "19l4i0p92ahm3vaw42gz3rmmidfivk36mvqyhir81h6ywyjb01g3";
};

buildInputs = [ openssl zlib ]
Expand Down

0 comments on commit f03c5eb

Please sign in to comment.