comodoro 0.0.10 -> 0.1.2 https://github.com/soywod/comodoro/releases attrpath: comodoro Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-CC0ChFX0NS3h+VLQo2xkbL3+C446k4A8sD4JoJDV8ak= Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A comodoro nix build failed.  |  ^^^^^^^^^^  |  = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::collections::HashMap`  --> src/preset/config.rs:7:5  | 7 | use std::collections::HashMap;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0609]: no field `hooks` on type `Arc`  --> src/protocol/mod.rs:56:37  | 56 |  let hook = config_clone.hooks.get(&hook_name).cloned();  |  ^^^^^ unknown field  |  = note: available fields are: `preset`, `cycles`, `tcp`, `cycles_count`, `timer_precision` error[E0609]: no field `hooks` on type `Arc`  --> src/protocol/mod.rs:88:37  | 88 |  let hook = config_clone.hooks.get(&hook_name).cloned();  |  ^^^^^ unknown field  |  = note: available fields are: `preset`, `cycles`, `tcp`, `cycles_count`, `timer_precision` For more information about this error, try `rustc --explain E0609`. warning: `comodoro` (lib) generated 2 warnings error: could not compile `comodoro` (lib) due to 2 previous errors; 2 warnings emitted warning: build failed, waiting for other jobs to finish...