1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-9v8bn68anWB0vkRIixa6YvNl54z6X8u+MyYs38Zgc5A=";
14 cargoHash = "sha256-tXBXI0tlCdfxKscR4Vfw4okJw+jW3EqPz4Rp6xeCdIQ=";
17 description = "A small command-line JSON log viewer";
18 mainProgram = "fblog";
19 homepage = "https://github.com/brocode/fblog";
20 license = licenses.wtfpl;
21 maintainers = with maintainers; [ figsoda ];