Unverified Commit 0e4906ff authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #247853 from aaronjheng/shhgit

shhgit: remove
parents 1daf1298 a89e6f73
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
}:

buildGoModule rec {
  pname = "shhgit";
  version = "0.4-${lib.strings.substring 0 7 rev}";
  rev = "7e55062d10d024f374882817692aa2afea02ff84";

  src = fetchFromGitHub {
    owner = "eth0izzle";
    repo = pname;
    inherit rev;
    sha256 = "1b7r4ivfplm4crlvx571nyz2rc6djy0xvl14nz7m0ngh6206df9k";
  };

  vendorSha256 = null; #vendorSha256 = "";

  meta = with lib; {
    description = "Tool to detect secrets in repositories";
    homepage = "https://github.com/eth0izzle/shhgit";
    license = with licenses; [ mit ];
    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
@@ -1571,6 +1571,7 @@ mapAliases ({
  shared_mime_info = throw "'shared_mime_info' has been renamed to/replaced by 'shared-mime-info'"; # Converted to throw 2022-02-22
  inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
  shellinabox = throw "shellinabox has been removed from nixpkgs, as it was unmaintained upstream"; # Added 2021-12-15
  shhgit = throw "shhgit is broken and is no longer maintained. See https://github.com/eth0izzle/shhgit#-shhgit-is-no-longer-maintained-" ; # Added 2023-08-08
  shipyard = jumppad; # Added 2023-06-06
  sickbeard = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01
  sickrage = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01
+0 −2
Original line number Diff line number Diff line
@@ -24818,8 +24818,6 @@ with pkgs;
  sfsexp = callPackage ../development/libraries/sfsexp { };
  shhgit = callPackage ../tools/security/shhgit { };
  shhmsg = callPackage ../development/libraries/shhmsg { };
  shhopt = callPackage ../development/libraries/shhopt { };