1 { lib, stdenv, fetchFromGitHub, boost, bzip2, lz4, pcre2, xz, zlib }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-nCpU4GBJ/4c/70hgVKfO1995XCyDRLVUeczsqnlkkFM=";
14 buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ];
17 description = "Ultra fast grep with interactive query UI";
18 homepage = "https://github.com/Genivia/ugrep";
19 maintainers = with maintainers; [ numkem ];
20 license = licenses.bsd3;
21 platforms = platforms.all;