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

haproxy: 2.3.5 -> 2.3.6
This commit is contained in:
Mario Rodas 2021-03-08 19:42:36 -05:00 committed by GitHub
commit c2addaa974
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.5";
version = "2.3.6";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-eSRTlTC79VWCnH9Yhr4Lf8+NnI/+CGe3AQvrZwq/vks=";
sha256 = "sha256-bUYg5dodk+118ikBEhbbgdUJe2i/F14wny+rKJC7oDY=";
};
buildInputs = [ openssl zlib ]