hal-hardware-analyzer: add passthru.updateScript
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
spdlog,
|
||||
verilator,
|
||||
z3,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -95,6 +96,8 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/emsec/hal/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Comprehensive reverse engineering and manipulation framework for gate-level netlists";
|
||||
|
||||
Reference in New Issue
Block a user