10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-ZZhzBGLpzd9+rok+S/ypKpWXVzXaA1CnviC7LfgP/CU=";
21 cargoHash = "sha256-raSz/+u7P04qHmvdfYoWKOKtNtaFlgmT8Nw0ImhCMkU=";
23 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
26 version = testers.testVersion { package = igrep; command = "ig --version"; };
30 description = "Interactive Grep";
31 homepage = "https://github.com/konradsz/igrep";
32 changelog = "https://github.com/konradsz/igrep/blob/v${version}/CHANGELOG.md";
33 license = licenses.mit;
34 maintainers = with maintainers; [ _0x4A6F ];