···11-{ lib
22-, buildGoModule
33-, fetchFromGitHub
44-}:
55-66-buildGoModule rec {
77- pname = "ssb";
88- version = "0.1.1";
99-1010- src = fetchFromGitHub {
1111- owner = "kitabisa";
1212- repo = pname;
1313- rev = "v${version}";
1414- sha256 = "0dkd02l30461cwn5hsssnjyb9s8ww179wll3l7z5hy1hv3x6h9g1";
1515- };
1616-1717- vendorHash = null;
1818-1919- meta = with lib; {
2020- description = "Tool to bruteforce SSH server";
2121- homepage = "https://github.com/kitabisa/ssb";
2222- license = with licenses; [ asl20 ];
2323- maintainers = with maintainers; [ fab ];
2424- broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check
2525- };
2626-}
+1
pkgs/top-level/aliases.nix
···924924 spotify-unwrapped = spotify; # added 2022-11-06
925925 spring-boot = spring-boot-cli; # added 2020-04-24
926926 squid4 = throw "'squid4' has been renamed to/replaced by 'squid'"; # Converted to throw 2023-09-10
927927+ ssb = throw "'ssb' has been removed, as it was broken and unmaintained"; # Added 2023-12-21
927928 ssm-agent = amazon-ssm-agent; # Added 2023-10-17
928929 starboard-octant-plugin = throw "starboard-octant-plugin has been dropped due to needing octant which is archived"; # Added 2023-09-29
929930 steam-run-native = steam-run; # added 2022-02-21