File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2929 ( import ./nix/overlays/cargo-honggfuzz.nix )
3030 ] ;
3131 in
32- {
33- overlays = {
34- cargo-honggfuzz = import ./nix/overlays/cargo-honggfuzz.nix ;
35- } ;
36- }
37- // flake-utils . lib . eachDefaultSystem (
32+ flake-utils . lib . eachDefaultSystem (
3833 system :
3934 let
4035 pkgs = import nixpkgs {
4843 nightly = prev . rust-bin . fromRustupToolchainFile ./rust-toolchain.toml ;
4944 } ;
5045 } )
46+ ( import ./nix/overlays/cargo-honggfuzz.nix )
5147 ] ;
5248 } ;
5349
180176 cargo-nextest
181177 cargo-watch
182178 cargo-fuzz
179+ cargo-honggfuzz
183180 aflplusplus
184181 honggfuzz
185182 rust-analyzer
Original file line number Diff line number Diff line change 11final : prev : {
2- cargo-hongfuzz = prev . callPackage ../pkgs/cargo-honggfuzz.nix { } ;
2+ cargo-honggfuzz = prev . callPackage ../pkgs/cargo-honggfuzz.nix { } ;
33}
Original file line number Diff line number Diff line change 77rustPlatform . buildRustPackage rec {
88 pname = "honggfuzz" ;
99 # last tagged version is far behind master
10- version = "0.5.55 " ;
10+ version = "0.5.58 " ;
1111
1212 src = fetchCrate {
1313 inherit pname version ;
14- sha256 = "sha256-ICBhvcv4SqeY9Y34EQmxTTxlo4LA4hsBLa2QK73pu38 =" ;
14+ sha256 = "sha256-3KeRZsuJFGwQQQVdnGCYLIkKjILLgbvCzasInCkYNB0 =" ;
1515 } ;
1616
17- cargoHash = "sha256-k5cZhx9Q4yZILW9b3k9zOZNO5f2iqPTsrUsDu8mzLaE =" ;
17+ cargoHash = "sha256-N0MGYcVw3dx7MEtwbehPGaTtIgxBv08nN/u8/cdWQEc =" ;
1818
1919 buildInputs = lib . optionals stdenv . isDarwin [ ] ;
2020}
You can’t perform that action at this time.
0 commit comments