1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "scruffystuffs";
11 hash = "sha256-X3wk669G07BTPAT5xGbAfIu2Qk90aaJIi1CLmOnSG80=";
14 cargoHash = "sha256-u/v3P7iPdBJU/0wlSNBq/cjnM3XOnoVfUjrrmo4sTAA=";
17 description = "CLI utility to format json files";
19 homepage = "https://github.com/scruffystuffs/jfmt.rs";
20 changelog = "https://github.com/scruffystuffs/jfmt.rs/blob/${version}/CHANGELOG.md";
21 license = licenses.mit;
22 maintainers = [ maintainers.psibi ];