haproxy: 2.9.6 -> 2.9.7 (#307729)

This commit is contained in:
R. RyanTM 2024-05-02 06:50:13 +10:00 committed by GitHub
parent a16ec6bad3
commit 9580a22e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,11 +29,11 @@ let
sslPkg = sslPkgs.${sslLibrary};
in stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "2.9.6";
version = "2.9.7";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-IIrfR8j6g8VJeANLpcARC3RjxHB48Rm9BSNCFxo7mgs=";
hash = "sha256-0aClbwCKjS8Ae8DDffaylSUg0fTd4zuNOAJxDlFYwTE=";
};
buildInputs = [ sslPkg zlib libxcrypt ]