subfinder: update vendorSha256
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user