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

haproxy: 2.8.2 -> 2.8.3
This commit is contained in:
Weijia Wang 2023-10-17 23:46:26 +02:00 committed by GitHub
commit a624ad34ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "2.8.2";
version = "2.8.3";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-aY1pBtFwlGqGl2mWTleBa6PaOt9h/3XomXKxN/RljbA=";
hash = "sha256-nsxv/mepd9HtJ5EHu9q3kNc64qYmvDju4j+h9nhqdZ4=";
};
buildInputs = [ openssl zlib libxcrypt ]