1 { lib, stdenv, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-If7XAwtg1WqkDkrJ6qYED+DjwHWloPu3P7X9rUd5ikU=";
14 vendorHash = "sha256-0m+yDo+AMX5tZfOsjsZgulyjB9mVEjy2RfA2sYeqDn0=";
18 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
21 description = "Fastest shell plugin manager";
22 mainProgram = "antibody";
23 homepage = "https://github.com/getantibody/antibody";
24 license = licenses.mit;
25 maintainers = with maintainers; [ Br1ght0ne ];
27 # golang.org/x/sys needs to be updated due to:
29 # https://github.com/golang/go/issues/49219
31 # but this package is no longer maintained.
33 broken = stdenv.hostPlatform.isDarwin;