mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
subfinder: update vendorSha256
This commit is contained in:
parent
296d999e7a
commit
2df69394db
@ -14,7 +14,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-BtyPy6ow3flHl4jM9cfF+y3JCtLYx2c+a8f7ol3nQj4=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-jIU5UZdmBUqyjva+g7zoijPqHF2p3vzImEFQCP/CFwE=";
|
||||
vendorSha256 = "sha256-lgbTfIsfYFSToCaDppMGaxfE1Bmk52eShQ+40g2VNw0=";
|
||||
|
||||
modRoot = "./v2";
|
||||
|
||||
|
@ -10099,7 +10099,9 @@ with pkgs;
|
||||
|
||||
subsonic = callPackage ../servers/misc/subsonic { };
|
||||
|
||||
subfinder = callPackage ../tools/networking/subfinder { };
|
||||
subfinder = callPackage ../tools/networking/subfinder {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
subzerod = with python3Packages; toPythonApplication subzerod;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user