intentrace: 0.2.5 -> 0.2.6 (#357441)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-24 06:21:57 +01:00 committed by GitHub
commit d2c66ead41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)";