13 stdenv.mkDerivation (finalAttrs: {
14 pname = "ugrep-indexer";
17 src = fetchFromGitHub {
19 repo = "ugrep-indexer";
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-XKjCAYPBRQgId66LupTlODPh2ctzvk7rHWznkLd4C8c=";
34 description = "Utility that recursively indexes files to speed up recursive grepping";
35 homepage = "https://github.com/Genivia/ugrep-indexer";
36 changelog = "https://github.com/Genivia/ugrep-indexer/releases/tag/v${finalAttrs.version}";
37 maintainers = with maintainers; [ mikaelfangel ];
38 license = licenses.bsd3;
39 platforms = platforms.all;