mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
aflplusplus: 4.20c: update qemuafl to match 4.20c
This commit is contained in:
parent
f25ad9c547
commit
6e3fb85a49
@ -24,8 +24,9 @@ stdenv.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "AFLplusplus";
|
||||
repo = "qemuafl";
|
||||
rev = "a1321713c7502c152dd7527555e0f8a800d55225";
|
||||
sha256 = "sha256-HLlOHqT2vrHjHyu4n83IzVzKv9ErinephLLev1E10nM=";
|
||||
# rev origin: https://github.com/AFLplusplus/AFLplusplus/commits/stable/qemu_mode/QEMUAFL_VERSION
|
||||
rev = "40033af00c4c5de172ed4fe60c21b9edbd2c189d";
|
||||
sha256 = "sha256-oK0DLJjXDiQuRlbaNOurvw5vlr9HEeOobNywiFTq7xg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user