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

haproxy: 2.5.1 -> 2.5.2
This commit is contained in:
Mario Rodas 2022-02-19 15:02:44 -05:00 committed by GitHub
commit 0f5d91582c
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.5.1";
version = "2.5.2";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-PpB5DfyDKvpspP30Uo3izi508+H3S+0NcK1UvVkg6VQ=";
sha256 = "sha256-LeNCT9dFK+HBwT1eCZQGEoUFXFcEaxyzwiDWdhHQ2n4=";
};
buildInputs = [ openssl zlib ]