6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "LukeMathWalker";
14 sha256 = "sha256-dqhZIwxWBMXS2RgE8YynYrESVyAOIJ9ujAKcp2tDhvA=";
17 cargoSha256 = "sha256-sQ6f8BHGsPFPchFDjNlZimnu9i99SGYf5bYfM1/2Gac=";
20 description = "A CLI to pretty print logs in bunyan format (Rust port of the original JavaScript bunyan CLI)";
21 homepage = "https://github.com/LukeMathWalker/bunyan";
22 license = with licenses; [ asl20 mit ];
23 maintainers = with maintainers; [ netcrns ];
24 mainProgram = "bunyan";