subfinder: 2018-07-15 -> 2.2.2

This commit is contained in:
Oleksii Filonenko
2019-12-08 12:07:27 +02:00
parent 691bebf68b
commit 0952c85339
2 changed files with 140 additions and 23 deletions
+9 -9
View File
@@ -1,16 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage {
pname = "subfinder-git";
version = "2018-07-15";
buildGoPackage rec {
pname = "subfinder";
version = "2.2.2";
goPackagePath = "github.com/subfinder/subfinder";
goPackagePath = "github.com/projectdiscovery/subfinder";
src = fetchFromGitHub {
owner = "subfinder";
repo = "subfinder";
rev = "26596affed961c535676395f443acc5af95ac9e6";
sha256 = "0m842jyrwlg4kaja1m3kca07jf20fxva0frg66b13zpsm8hdp10q";
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "0npi625vpwsn1ipvbi0ii5lgskw5gr6fkqkjbhi3v8i4jrvjr2dj";
};
goDeps = ./deps.nix;
@@ -22,7 +22,7 @@ buildGoPackage {
subdomains for websites. Designed as a passive framework to be
useful for bug bounties and safe for penetration testing.
'';
homepage = https://github.com/subfinder/subfinder;
homepage = "https://github.com/projectdiscovery/subfinder";
license = licenses.mit;
maintainers = with maintainers; [ fpletz ];
};