summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-28 10:19:09 -0500
committerGitHub <noreply@github.com>2020-11-28 10:19:09 -0500
commitf35985a8dcf69cba41cbf22f85a39721a563547d (patch)
treef85b0f7b956cbc1c124949eb9e4f5072b750d488
parentd1e10690598e8024c1c1eab11bfe96f35a550746 (diff)
parent2b4b716984acfbc6e2b07a2c6bb7a1a4faa88d1d (diff)
Merge pull request #105201 from r-ryantm/auto-update/haproxy
haproxy: 2.3.0 -> 2.3.1
-rw-r--r--pkgs/tools/networking/haproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index 80b135e524bf..2c1732007b55 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -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 ]