6 rustPlatform.buildRustPackage {
10 src = fetchFromGitHub {
13 rev = "0f4882f65d248e32812e0e854fa11d7db60921e7";
14 hash = "sha256-nvn4nZkkNQQvzShwoxtFqHeyhXQPm2GJoTKBI+MkFgM=";
17 cargoHash = "sha256-mMeHTYCUIZR3jVvTxfyH4I9wGfUdCWcyn9djnksAY8k=";
19 # Doc tests are broken on 0.3.3
23 description = "Unformat code into perfect rectangles";
24 homepage = "https://github.com/fprasx/cargo-unfmt";
25 license = licenses.gpl3Plus;
26 mainProgram = "cargo-unfmt";
27 maintainers = with maintainers; [ cafkafk ];