intentrace: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm
2024-12-31 13:44:12 +00:00
parent 2d2b5e26d4
commit 5ed1ffa763
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
version = "0.4.1";
version = "0.4.2";
in
rustPlatform.buildRustPackage {
inherit version;
@@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
owner = "sectordistrict";
repo = "intentrace";
rev = "refs/tags/v${version}";
hash = "sha256-9BlCDtWnBDJuo6ovDi347jAQSOG8LizJAyQ/xN+HJ0w=";
hash = "sha256-ZcGZK4GX78ls3nHb7SBKszmZXMAbCxS4osW3MLqgnHQ=";
};
cargoHash = "sha256-eJlAQpkI+RgfpDJGP9evWH28nU891PF4jeRpf2Os4Ts=";
cargoHash = "sha256-LkLSPFCfQxBb5DJZ67I7xPxzIYqTzKccyLW0S65/MLU=";
meta = {
description = "Prettified Linux syscall tracing tool (like strace)";