Skip to content

Commit

Permalink
honggfuzz: unpin LLVM16 (NixOS#371796)
Browse files Browse the repository at this point in the history
  • Loading branch information
paparodeo authored Jan 14, 2025
1 parent 735592f commit 4a2d913
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,7 @@ with pkgs;
stdenv = gccStdenv;
};

honggfuzz = callPackage ../tools/security/honggfuzz {
clang = clang_16;
llvm = llvm_16;
};
honggfuzz = callPackage ../tools/security/honggfuzz { };

aflplusplus = callPackage ../tools/security/aflplusplus { wine = null; };

Expand Down

0 comments on commit 4a2d913

Please sign in to comment.