10 version = "3.7.2-2-unstable-2024-12-09";
12 src = fetchFromGitHub {
13 owner = "sourcegraph";
15 rev = "37c4df87f75cb0de7b71181301e0f6df6aa9ade6";
16 hash = "sha256-pH21Kz/qMs7Cy1nKoaWOzUt6W9jBYtmgIiF6GIcdwsg=";
19 vendorHash = "sha256-Dvs8XMOxZEE9moA8aCxuxg947+x/6C8cKtgdcByL4Eo=";
26 export HOME=`mktemp -d`
27 git config --global --replace-all protocol.file.allow always
30 passthru.updateScript = nix-update-script {
31 extraArgs = [ "--version" "branch" ];
35 description = "Fast trigram based code search";
36 homepage = "https://github.com/sourcegraph/zoekt";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ AndersonTorres ];
39 mainProgram = "zoekt";