mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
commit
0e4906ff17
@ -1,27 +0,0 @@
|
||||
{ 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
|
||||
};
|
||||
}
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user