···1-{ lib
2-, buildGoModule
3-, fetchFromGitHub
4-}:
5-6-buildGoModule rec {
7- pname = "ssb";
8- version = "0.1.1";
9-10- src = fetchFromGitHub {
11- owner = "kitabisa";
12- repo = pname;
13- rev = "v${version}";
14- sha256 = "0dkd02l30461cwn5hsssnjyb9s8ww179wll3l7z5hy1hv3x6h9g1";
15- };
16-17- vendorHash = null;
18-19- meta = with lib; {
20- description = "Tool to bruteforce SSH server";
21- homepage = "https://github.com/kitabisa/ssb";
22- license = with licenses; [ asl20 ];
23- maintainers = with maintainers; [ fab ];
24- broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check
25- };
26-}
···00000000000000000000000000
+1
pkgs/top-level/aliases.nix
···924 spotify-unwrapped = spotify; # added 2022-11-06
925 spring-boot = spring-boot-cli; # added 2020-04-24
926 squid4 = throw "'squid4' has been renamed to/replaced by 'squid'"; # Converted to throw 2023-09-10
0927 ssm-agent = amazon-ssm-agent; # Added 2023-10-17
928 starboard-octant-plugin = throw "starboard-octant-plugin has been dropped due to needing octant which is archived"; # Added 2023-09-29
929 steam-run-native = steam-run; # added 2022-02-21
···924 spotify-unwrapped = spotify; # added 2022-11-06
925 spring-boot = spring-boot-cli; # added 2020-04-24
926 squid4 = throw "'squid4' has been renamed to/replaced by 'squid'"; # Converted to throw 2023-09-10
927+ ssb = throw "'ssb' has been removed, as it was broken and unmaintained"; # Added 2023-12-21
928 ssm-agent = amazon-ssm-agent; # Added 2023-10-17
929 starboard-octant-plugin = throw "starboard-octant-plugin has been dropped due to needing octant which is archived"; # Added 2023-09-29
930 steam-run-native = steam-run; # added 2022-02-21