intentrace: 0.2.5 -> 0.2.6

This commit is contained in:
cloudripper 2024-11-19 14:55:15 -08:00
parent 0634959ae9
commit bcc8c9a343

View File

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