6 rustPlatform.buildRustPackage rec {
7 pname = "angle-grinder";
10 src = fetchFromGitHub {
14 sha256 = "sha256-1SZho04qJcNi84ZkDmxoVkLx9VJX04QINZQ6ZEoCq+c=";
17 cargoHash = "sha256-+l0+zaZSPOk4gJLHZ9LFFbYlZ5vkS68Jg2dWPHSkzKw=";
20 description = "Slice and dice logs on the command line";
21 homepage = "https://github.com/rcoh/angle-grinder";
22 license = licenses.mit;
23 maintainers = with maintainers; [ bbigras ];
24 mainProgram = "agrind";