Commit 5af281ab authored by Robert Schütz's avatar Robert Schütz
Browse files

hal-hardware-analyzer: add passthru.updateScript

parent 06be23d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";