Unverified Commit 6d6a9bc8 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

tracexec: 0.8.0 -> 0.8.2 (#373545)

parents 5e846509 e7a505fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:
let
  pname = "tracexec";
  version = "0.8.0";
  version = "0.8.2";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
    owner = "kxxt";
    repo = "tracexec";
    tag = "v${version}";
    hash = "sha256-ZoYqmjqY9eAHGDIbFX9FY1yGF210C60UWcHi0lxzL7g=";
    hash = "sha256-qLvox7ef9eU1Vvg4gZGCKkic4+mcOIz9BZWTi/Q2grk=";
  };

  cargoHash = "sha256-mZSj45im5b25mt8mGYLq03blvFCyS02kVK7yV3bIlUg=";
  cargoHash = "sha256-yagXxTEWsR7FkLVo9DZHxmlXD/L6R+IoateUUQxn77E=";

  hardeningDisable = [ "zerocallusedregs" ];