diff options
| author | Robert Scott <code@humanleg.org.uk> | 2023-08-28 01:09:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 01:09:39 +0100 |
| commit | 33b44ae9cd36c17d319789f9d1ef36650eab02ed (patch) | |
| tree | 3b57808fcfe0b6f0b2adc638d9dfccac30aefa8a | |
| parent | Merge pull request #251765 from NixOS/backport-241611-to-release-23.05 (diff) | |
| parent | haproxy: 2.7.8 -> 2.7.10 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 ] |
