intentrace: 0.2.4 -> 0.2.5 (#355701)

This commit is contained in:
Nick Cao 2024-11-15 09:06:28 -05:00 committed by GitHub
commit d8ae5fef67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
let
version = "0.2.4";
version = "0.2.5";
in
rustPlatform.buildRustPackage {
inherit version;
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
owner = "sectordistrict";
repo = "intentrace";
rev = "refs/tags/v${version}";
hash = "sha256-Bsis8tL2xahJT/qAFVbbd/CZ7n8KJYLPTIl1a1WHR4c=";
hash = "sha256-3Pbx/ZA9DYwNzsszSzodJub+G8uKuYuNZhlTDsvL0t4=";
};
cargoHash = "sha256-pyGcQy7p0+Vqv3Khy1hLgahcOpqnbKKmRLZcKwkvVWw=";
cargoHash = "sha256-RZMhmqETPdcG0ofLPQdynaOFQuIx3H8j0mKR+SbOQ6s=";
meta = {
description = "Prettified Linux syscall tracing tool (like strace)";