summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-08-28 01:09:39 +0100
committerGitHub <noreply@github.com>2023-08-28 01:09:39 +0100
commit33b44ae9cd36c17d319789f9d1ef36650eab02ed (patch)
tree3b57808fcfe0b6f0b2adc638d9dfccac30aefa8a
parentMerge pull request #251765 from NixOS/backport-241611-to-release-23.05 (diff)
parenthaproxy: 2.7.8 -> 2.7.10 (diff)
downloadnixpkgs-33b44ae9cd36c17d319789f9d1ef36650eab02ed.tar.gz
Merge pull request #251764 from LeSuisse/haproxy-2.7.10-23.05
[23.05] haproxy: 2.7.8 -> 2.7.10
-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 f41e48e1a59d..f38a5bf5aa55 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.7.8";
+ version = "2.7.10";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
- sha256 = "sha256-FfInaXG7uoxH2GzILr/G7DPjrvLkVlBYsuSVDAe451w=";
+ hash = "sha256-vhddzB9q1+oXQmJJODm/LmMqPdffE33MpKuIKuAMdJA=";
};
buildInputs = [ openssl zlib libxcrypt ]