haproxy: 3.2.0 -> 3.2.1 (#418672)

Co-authored-by: vifino <vifino@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-24 20:01:22 +00:00 committed by GitHub
commit 7bfbc77d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,11 +42,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "3.2.0";
version = "3.2.1";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-92KuMbyhtR/rieQ5Xjbhf4Z8JTcqEIU8cNKSw90Xt7A=";
hash = "sha256-uz+Wenl8iFHQhoPsQ9+v5K179a2G+msHIcrQM+qeWuU=";
};
buildInputs =