1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1lj0cv1rmcqg36rxnnjh1dazn0sdggfc9kigjg3id6h0y8k7d9b3";
14 cargoSha256 = "sha256-xHvnxRPxe09EmxUK9j7+V2AA1xJFP3ibwbkSs3FBgcw=";
17 description = "A small command-line JSON log viewer";
18 homepage = "https://github.com/brocode/fblog";
19 license = licenses.wtfpl;
20 maintainers = with maintainers; [ figsoda ];