1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-vN8nFhbZgJIhFuFET9IOmdxT7uBKq/9X+TO9lZsDw6g=";
14 cargoHash = "sha256-0D1RSUJw7fszc9d4nrp+zCzr9l0xF4Ed8DbK5/O5bEY=";
17 description = "Markdown shell pre-processor";
18 homepage = "https://github.com/zimbatm/mdsh";
19 license = with licenses; [ mit ];
20 maintainers = with maintainers; [ zimbatm ];