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

haproxy: 2.7.6 -> 2.7.7
This commit is contained in:
Weijia Wang 2023-04-29 11:43:21 +03:00 committed by GitHub
commit affa4b596c
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.7.6";
version = "2.7.7";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-Ez81fds/z8WtgUnvPXTLtdtrtKWrZyic4LCraGzet08=";
sha256 = "sha256-0PicsyRPx72Ttqbpqr/FZPIThoZyiLXdkxYJE+bMS4k=";
};
buildInputs = [ openssl zlib libxcrypt ]