6 crystal.buildCrystalPackage rec {
10 src = fetchFromGitHub {
11 owner = "taylorthurlow";
14 sha256 = "sha256-sF+fNKEZEfjpW3buh6kFUpL1P0yO9g4SrTb0rhx1uNc=";
19 crystalBinaries.thicket.src = "src/thicket.cr";
21 # there is one test that tries to clone a repo
25 description = "A better one-line git log";
26 homepage = "https://github.com/taylorthurlow/thicket";
27 license = licenses.mit;
28 maintainers = with maintainers; [ Br1ght0ne ];