6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-5VbxQDK69If5N8EiS8sIKNqHkCAfquOz8nUS7ynp+nA=";
17 cargoHash = "sha256-ohfza2ti7Ar/9TV/WoTL5g6CPaONrxtr7nW0qmLdB/8=";
20 substituteInPlace tests/utils.rs --replace-fail \
21 'target/debug' "target/$(rustc -vV | sed -n 's|host: ||p')/debug"
25 description = "Log file highlighter";
26 homepage = "https://github.com/bensadeh/tailspin";
27 changelog = "https://github.com/bensadeh/tailspin/blob/${version}/CHANGELOG.md";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dit7ya ];
30 mainProgram = "tspin";