12 src = fetchFromGitHub {
16 hash = "sha256-8B9L/lLRxDI6/qUCbL8VM37glDFBTaqb0fGI9BYfICU=";
19 vendorHash = "sha256-gmvnpJurjhCGS3/FH6HBZ0Zwx57ArSaw5dLHtJXCFc8=";
21 subPackages = [ "cmd/capslock" ];
27 passthru.updateScript = nix-update-script { };
30 description = "Capability analysis CLI for Go packages that informs users of which privileged operations a given package can access";
31 homepage = "https://github.com/google/capslock";
32 license = lib.licenses.bsd3;
33 mainProgram = "capslock";
34 maintainers = with lib.maintainers; [ katexochen ];