tracexec: 0.12.0 -> 0.13.0-unstable-2025-09-07 (#440897)

This commit is contained in:
Niklas Korz
2025-09-07 15:17:01 +02:00
committed by GitHub
+4 -14
View File
@@ -15,26 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "tracexec";
version = "0.12.0";
version = "0.13.0-unstable-2025-09-07";
src = fetchFromGitHub {
owner = "kxxt";
repo = "tracexec";
tag = "v${version}";
hash = "sha256-j1zgHDO5bmJAXi9KvkHqenm/QfM9DmD9yNqF6TxJ9sY=";
rev = "dbb9b733370f5200df2a0de7f007312c23431480";
hash = "sha256-M2ZIfWupnFxQZvr5cl8V0xtLgh+xBcaHHVsHIoio7nI=";
};
# remove if updating to rust 1.85
postPatch = ''
substituteInPlace Cargo.toml \
--replace-fail "[package]" ''$'cargo-features = ["edition2024"]\n[package]' \
--replace-fail 'rust-version = "1.85"' ""
'';
# remove if updating to rust 1.85
env.RUSTC_BOOTSTRAP = 1;
cargoHash = "sha256-XuuLuIeD/S60by/hg1fR+ML3PtIyX9JNrEvgGzI3UiM=";
cargoHash = "sha256-cyzSxibLw6sb0V3ueNcp55OhFQ5jUNJWcSF8uYnzG2M=";
hardeningDisable = [ "zerocallusedregs" ];