3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #81798 from r-ryantm/auto-update/haproxy

haproxy: 2.1.2 -> 2.1.3
This commit is contained in:
Mario Rodas 2020-03-05 19:28:08 -05:00 committed by GitHub
commit d472a32752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]