7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-nt/KV4ohFNZTJTwbNoSxb5v9zQwp+7ypvfMthL1yMus=";
18 cargoHash = "sha256-gZZ2aOsqVqGN3gCBZnBXzlFicMssNIEyRT688OuNMJc=";
21 description = "Interactive grep (for streaming)";
22 homepage = "https://github.com/ynqa/sig";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ qaidvoid ];