11 src = fetchFromGitHub {
15 hash = "sha256-bbeS2x9HzrsOE5h1y07LoEBm9dinMCHX9GJftj5Md9s=";
18 vendorHash = "sha256-blq0/pRppdf2jcuhIqYeNhcazFNZOGeEjPTSLgHqhrU=";
22 "main.appVersion=${version}"
26 description = "CLI for file search with SQL like syntax.";
28 zfind allows you to search for files, including inside tar, zip, 7z and rar archives.
29 It makes finding files easy with a filter syntax that is similar to an SQL-WHERE clause.
31 homepage = "https://github.com/laktak/zfind";
32 changelog = "https://github.com/laktak/zfind/releases/tag/v${version}";
33 license = licenses.mit;
34 mainProgram = "zfind";
35 maintainers = with maintainers; [ eeedean ];