Skip to content

Commit

Permalink
haproxy: 2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 2, 2020
1 parent 85fa47d commit 6710213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/haproxy/default.nix
Expand Up @@ -11,11 +11,11 @@ assert usePcre -> pcre != null;

stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.3.1";
version = "2.3.2";

src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "0jyaxwgghvgd599acxr91hr2v4wyv3bd1j45k0gb4q2v58jz2fwd";
sha256 = "1mcg0d6qiwl3xps65ir2sv5sc868zla5wnfhk24d2b0sg6xp7jwr";
};

buildInputs = [ openssl zlib ]
Expand Down

0 comments on commit 6710213

Please sign in to comment.