Skip to content

Commit

Permalink
haproxy: 2.9.1 -> 2.9.2
Browse files Browse the repository at this point in the history
Update features lots of bugfixes, no mention of breaking changes [1].

[1]: https://www.haproxy.org/download/2.9/src/CHANGELOG
  • Loading branch information
marrobHD committed Jan 12, 2024
1 parent eabe8d3 commit 154ad83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/haproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ assert !useQuicTls -> openssl != null;
let sslPkg = if useQuicTls then quictls else openssl;
in stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "2.9.1";
version = "2.9.2";

src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-1YAcdyqrnEP0CWS3sztDiNFLW0V1C+TSZxeFhjzbnxw=";
hash = "sha256-hRrugw7CjBeRJGqf1EePZD0RWlY92Qf2YSzDgalSqzw=";
};

buildInputs = [ sslPkg zlib libxcrypt ]
Expand Down

0 comments on commit 154ad83

Please sign in to comment.