Skip to content

Commit

Permalink
haproxy 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 28, 2020
1 parent 19fc2b8 commit e35423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/haproxy.nix
Expand Up @@ -7,13 +7,13 @@ assert usePcre -> pcre != null;

stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.2.0";
version = "2.2.4";

src = fetchurl {
url = "https://www.haproxy.org/download/${
stdenv.lib.versions.majorMinor version
}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-PBqHFg7qQOBn8eKBO/5pIoChDEVb6xeo7n+uEeQiMnQ=";
sha256 = "sha256-h6TZ1P+NwwlMthu+1Kju0sQLWsR7lgTa668DbXtUG+I=";
};

buildInputs = [ openssl zlib ] ++ lib.optional useLua lua5_3
Expand Down

0 comments on commit e35423f

Please sign in to comment.