7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-WeeZsB42/4SlIaWwKvOqWiPNV5p0QOToynI8ozVVxJM=";
18 cargoHash = "sha256-aHK9KBzRbU2IYr7vOdlz0Aw4iYGjD6VedbWPE/V7AVc=";
21 description = "Annotate output with relative durations between lines";
23 homepage = "https://github.com/Freaky/rtss";
24 license = licenses.mit;
25 maintainers = with maintainers; [ djanatyn ];