1 { fetchFromGitHub, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "jacobdeichert";
11 sha256 = "sha256-mlARZ05xppPvr6Z5uoveYt3Y3LtdMkbFqxW1EkX+ud0=";
14 cargoSha256 = "sha256-EulRz/IjLLvNT9YxyNjJynFEGyQ/Q2Out984xS9Wp5o=";
16 # tests require mask to be installed
20 description = "A CLI task runner defined by a simple markdown file";
21 homepage = "https://github.com/jacobdeichert/mask";
22 license = licenses.mit;
23 maintainers = with maintainers; [ figsoda ];