Skip to content

Commit 4a2d913

Browse files
authored
honggfuzz: unpin LLVM16 (#371796)
1 parent 735592f commit 4a2d913

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -931,10 +931,7 @@ with pkgs;
931931
stdenv = gccStdenv;
932932
};
933933

934-
honggfuzz = callPackage ../tools/security/honggfuzz {
935-
clang = clang_16;
936-
llvm = llvm_16;
937-
};
934+
honggfuzz = callPackage ../tools/security/honggfuzz { };
938935

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

0 commit comments

Comments
 (0)