6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-7Yi77IsP/tmzrTvBVgIj2+fOXYKCT59pILeEuGuk4Y4=";
17 cargoHash = "sha256-Cvtg9msoYkIIlaUw4hxWy2wSrE1uORR/2R2Geq4SI4w=";
20 description = "A simple and pretty alternative to strace";
22 homepage = "https://github.com/jakwai01/lurk";
23 changelog = "https://github.com/jakwai01/lurk/releases/tag/${src.rev}";
24 license = licenses.agpl3Only;
25 maintainers = with maintainers; [ figsoda ];
26 platforms = [ "i686-linux" "x86_64-linux" ];