1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-WeeZsB42/4SlIaWwKvOqWiPNV5p0QOToynI8ozVVxJM=";
14 cargoHash = "sha256-aHK9KBzRbU2IYr7vOdlz0Aw4iYGjD6VedbWPE/V7AVc=";
17 description = "Annotate output with relative durations between lines";
19 homepage = "https://github.com/Freaky/rtss";
20 license = licenses.mit;
21 maintainers = with maintainers; [ djanatyn ];