Unverified Commit 1e211406 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

ssb: remove

parent 97aff078
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
}:

buildGoModule rec {
  pname = "ssb";
  version = "0.1.1";

  src = fetchFromGitHub {
    owner = "kitabisa";
    repo = pname;
    rev = "v${version}";
    sha256 = "0dkd02l30461cwn5hsssnjyb9s8ww179wll3l7z5hy1hv3x6h9g1";
  };

  vendorHash = null;

  meta = with lib; {
    description = "Tool to bruteforce SSH server";
    homepage = "https://github.com/kitabisa/ssb";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
    broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -918,6 +918,7 @@ mapAliases ({
  spotify-unwrapped = spotify; # added 2022-11-06
  spring-boot = spring-boot-cli; # added 2020-04-24
  squid4 = throw "'squid4' has been renamed to/replaced by 'squid'"; # Converted to throw 2023-09-10
  ssb = throw "'ssb' has been removed, as it was broken and unmaintained"; # Added 2023-12-21
  ssm-agent = amazon-ssm-agent; # Added 2023-10-17
  starboard-octant-plugin = throw "starboard-octant-plugin has been dropped due to needing octant which is archived"; # Added 2023-09-29
  steam-run-native = steam-run; # added 2022-02-21
+0 −2
Original line number Diff line number Diff line
@@ -13590,8 +13590,6 @@ with pkgs;
  svu = callPackage ../tools/misc/svu { };
  ssb = callPackage ../tools/security/ssb { };
  ssb-patchwork = callPackage ../applications/networking/ssb-patchwork { };
  ssdeep = callPackage ../tools/security/ssdeep { };