Skip to content

Commit

Permalink
tracexec: 0.8.0 -> 0.8.2 (NixOS#373545)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jan 16, 2025
2 parents 5e84650 + e7a505f commit 6d6a9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/tracexec/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}:
let
pname = "tracexec";
version = "0.8.0";
version = "0.8.2";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -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" ];

Expand Down

0 comments on commit 6d6a9bc

Please sign in to comment.