1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
4 pname = "the_platinum_searcher";
7 src = fetchFromGitHub {
8 owner = "monochromegane";
9 repo = "the_platinum_searcher";
11 hash = "sha256-FNHlALFwMbajaHWOehdSFeQmvZSuCZLdqGqLZ7DF+pI=";
14 vendorHash = "sha256-GIjPgu0e+duN5MeWcRaF5xUFCkqe2aZJCwGbLUMko08=";
17 # Add Go Modules support. See https://github.com/monochromegane/the_platinum_searcher/pull/217.
19 url = "https://github.com/monochromegane/the_platinum_searcher/pull/217/commits/69064d11c57d5fd5f66ddd95f0e789786183d3c6.patch";
20 hash = "sha256-qQ7kZYb2MWSUV6T1frIPT9nMfb20SI7lbG8YhqyQEi8=";
24 ldflags = [ "-s" "-w" ];
27 homepage = "https://github.com/monochromegane/the_platinum_searcher";
28 description = "Code search tool similar to ack and the_silver_searcher(ag)";
30 license = licenses.mit;