1 { lib, rustPlatform, fetchFromSourcehut }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromSourcehut {
11 sha256 = "sha256-djprzmogT1OEf0/+twdxzx30YaMNzFjXkZd4IDsH8oo=";
14 cargoSha256 = "sha256-Wf8D6y3LRYJpQjFFt0w5X+BOllbR3mc4Gzcr1ad3zD0=";
17 description = "A command-line viewer for documentation generated by rustdoc";
18 mainProgram = "rusty-man";
19 homepage = "https://git.sr.ht/~ireas/rusty-man";
20 changelog = "https://git.sr.ht/~ireas/rusty-man/tree/v${version}/item/CHANGELOG.md";
21 license = licenses.mit;
22 maintainers = with maintainers; [ figsoda ];