haproxy: 2.1.2 -> 2.1.3

This commit is contained in:
R. RyanTM 2020-03-05 04:38:58 +00:00
parent 7399c59c41
commit e08b7fff16

View File

@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.1.2";
version = "2.1.3";
src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "0xqb64nyl7hqnzpqb2jhv1ash47fcf4sspl3lalybb85i65b0yb0";
sha256 = "0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv";
};
buildInputs = [ openssl zlib ]