12 src = fetchFromGitHub {
13 owner = "getantibody";
16 hash = "sha256-If7XAwtg1WqkDkrJ6qYED+DjwHWloPu3P7X9rUd5ikU=";
19 vendorHash = "sha256-0m+yDo+AMX5tZfOsjsZgulyjB9mVEjy2RfA2sYeqDn0=";
26 "-X main.version=${version}"
30 description = "Fastest shell plugin manager";
31 mainProgram = "antibody";
32 homepage = "https://github.com/getantibody/antibody";
33 license = licenses.mit;
34 maintainers = with maintainers; [ Br1ght0ne ];
36 # golang.org/x/sys needs to be updated due to:
38 # https://github.com/golang/go/issues/49219
40 # but this package is no longer maintained.
42 broken = stdenv.hostPlatform.isDarwin;