tracexec: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2025-05-08 12:13:04 +00:00
parent 16762245d8
commit 31879c52bd

View File

@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "tracexec";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "kxxt";
repo = "tracexec";
tag = "v${version}";
hash = "sha256-d/GtP6PyIs5mqpMBl086XoQ0AqZmvI4+jidH7GHgyzk=";
hash = "sha256-j1zgHDO5bmJAXi9KvkHqenm/QfM9DmD9yNqF6TxJ9sY=";
};
# remove if updating to rust 1.85
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
env.RUSTC_BOOTSTRAP = 1;
useFetchCargoVendor = true;
cargoHash = "sha256-OX3I2TjpRtDutbrnysFVFyWeFkISvWn5SLxMaUgBhes=";
cargoHash = "sha256-XuuLuIeD/S60by/hg1fR+ML3PtIyX9JNrEvgGzI3UiM=";
hardeningDisable = [ "zerocallusedregs" ];