From e06099fd0fc581a22bce2b0597448c0415317223 Mon Sep 17 00:00:00 2001 From: Nathan Mills <38995150+Quipyowert2@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:21:27 +0000 Subject: [PATCH] aflplusplus: 4.40c -> 5.00c https://github.com/AFLplusplus/AFLplusplus/releases/tag/v5.00c Note: license changed between 4.40c and 5.00c. --- pkgs/tools/security/aflplusplus/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/aflplusplus/default.nix b/pkgs/tools/security/aflplusplus/default.nix index 924944735cb6..26c394b75fed 100644 --- a/pkgs/tools/security/aflplusplus/default.nix +++ b/pkgs/tools/security/aflplusplus/default.nix @@ -53,7 +53,7 @@ let aflplusplus = stdenvNoCC.mkDerivation rec { pname = "aflplusplus"; - version = "4.40c"; + version = "5.00c"; src = fetchFromGitHub { owner = "AFLplusplus"; @@ -61,9 +61,9 @@ let tag = "v${version}"; hash = if withNyx then - "sha256-901rJfuMZvgUpQ6zzboa7lu9yhSyX+0u+HUk8oGsqgo=" + "sha256-a11ff9cxaQd7I06xHDahrysuce92M5zSGsamTaFNLYU=" else - "sha256-QtGazGShjybvjOONoWjqSg/c+l5sPpaFuuTI2S85YQM="; + "sha256-lox5UYCSjp4Vu6oBc5+wZDBAufGaCiVxJqp74LDrw8k="; fetchSubmodules = withNyx; }; @@ -251,7 +251,10 @@ let ''; homepage = "https://aflplus.plus"; changelog = "https://aflplus.plus/docs/changelog"; - license = lib.licenses.asl20; + license = [ + lib.licenses.asl20 + lib.licenses.agpl3Plus + ]; platforms = [ "x86_64-linux" "i686-linux"