haproxy: 3.1.7 -> 3.2.0 (#412074)

Co-authored-by: vifino <vifino@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-04 21:13:44 +00:00
committed by GitHub
co-authored by vifino
+2 -2
View File
@@ -42,11 +42,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "3.1.7";
version = "3.2.0";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-o5UmRO+TmzYmDZHYGjNWNqqbRFcrTLi2ABJy+IVFxmY=";
hash = "sha256-92KuMbyhtR/rieQ5Xjbhf4Z8JTcqEIU8cNKSw90Xt7A=";
};
buildInputs =