intentrace: 0.4.2 -> 0.6.2 (#391164)

This commit is contained in:
Nick Cao
2025-03-19 17:22:35 -04:00
committed by GitHub
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
version = "0.4.2";
version = "0.6.2";
in
rustPlatform.buildRustPackage {
inherit version;
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
owner = "sectordistrict";
repo = "intentrace";
tag = "v${version}";
hash = "sha256-ZcGZK4GX78ls3nHb7SBKszmZXMAbCxS4osW3MLqgnHQ=";
hash = "sha256-hmQLedKyrk07RPloe39HKtZPJJjDUqLb/D4dvJfuWrM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Z3T4mupwUqOSP+iAmy7Ps1EZlyV9cDvnfXBZwH1NFaA=";
cargoHash = "sha256-XSo9XqO3DiW3PXUW8RxTWqIxN1jx8WJKw16soP7kM1s=";
meta = {
description = "Prettified Linux syscall tracing tool (like strace)";