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

haproxy: 2.3.4 -> 2.3.5
This commit is contained in:
Maximilian Bosch 2021-02-08 21:57:12 +01:00 committed by GitHub
commit 98cc224405
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.3.4";
version = "2.3.5";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-YBSM3+3WsZxAHbzXXM12pTwgvHbEkDK6Mq+YoKXEle0=";
sha256 = "sha256-eSRTlTC79VWCnH9Yhr4Lf8+NnI/+CGe3AQvrZwq/vks=";
};
buildInputs = [ openssl zlib ]