intentrace: 0.9.5 -> 0.9.7 (#405054)

This commit is contained in:
Nick Cao
2025-05-07 19:47:38 -04:00
committed by GitHub
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
version = "0.9.5";
version = "0.9.7";
in
rustPlatform.buildRustPackage {
inherit version;
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
owner = "sectordistrict";
repo = "intentrace";
tag = "v${version}";
hash = "sha256-9frNVC9jSWYiElTP6z+xoU5GW9QKxfxvt2v5jkhyH9I=";
hash = "sha256-24w5EQ3LQ7OxuVaqoLlUrYi2TmSLAfWGLNrkPcxMQMM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-SinuOXJ9Z+HQMTAKm+pUzx6jrLMypoK3f2DLmRaI70E=";
cargoHash = "sha256-pLGWXwpgTh/7SaDhs63jr+5Fpsiep1tfl9VlCEBrK1s=";
meta = {
description = "Prettified Linux syscall tracing tool (like strace)";