1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-Vvz1CWNpMbVpICL42VQHLM7AWSONGSXP5kfZ8rZlw8M=";
14 cargoSha256 = "sha256-AoFkgm13vj/18GOuSIgzs+xk82lSQ6zGpq4QVWcClv8=";
17 description = "A simple and pretty alternative to strace";
18 homepage = "https://github.com/jakwai01/lurk";
19 license = licenses.agpl3Only;
20 maintainers = with maintainers; [ figsoda ];
21 platforms = [ "i686-linux" "x86_64-linux" ];