haproxy: 3.3.8 -> 3.3.9

This commit is contained in:
R. Ryantm
2026-05-11 07:03:49 +00:00
parent c6e5ca3c83
commit a8d0048fa7
+2 -2
View File
@@ -33,11 +33,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "3.3.8";
version = "3.3.9";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-ibH+c9VNWZD3SZfag39f0NoWJ6G6pism9dNYpvPEgpU=";
hash = "sha256-8x6OaNsHfMCVb07T/3oexjeqXjSMbRxc0hY+ev6xueY=";
};
buildInputs = [