1 { lib, rustPlatform, fetchFromGitHub, testers, cbfmt }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "lukas-reineke";
11 sha256 = "sha256-/ZvL1ZHXcmE1n+hHvJeSqmnI9nSHJ+zM9lLNx0VQfIE=";
14 cargoHash = "sha256-6oZCpjQ8t/QLFhEtF7td8KGI/kFE04pg7OELutsrJKo=";
16 passthru.tests.version = testers.testVersion {
21 description = "Tool to format codeblocks inside markdown and org documents";
22 mainProgram = "cbfmt";
23 homepage = "https://github.com/lukas-reineke/cbfmt";
24 license = licenses.mit;
25 maintainers = [ maintainers.stehessel ];