Merge pull request #109846 from r-ryantm/auto-update/gospider

gospider: 1.1.4 -> 1.1.5
This commit is contained in:
Ryan Mulligan
2021-01-18 15:30:23 -08:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gospider"; pname = "gospider";
version = "1.1.4"; version = "1.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jaeles-project"; owner = "jaeles-project";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "03gl8y2047iwa6bhmayyds3li21wy3sw1x4hpp9zgqgi95039q86"; sha256 = "sha256-yfW94sQzT1u6O0s1sqpeANlukC5y8fNvHNL2c77+dxU=";
}; };
vendorSha256 = "0dc4ddi26i38c5rvy9zbal27a7qvn17h64w1yhbig4iyb79b18ym"; vendorSha256 = "sha256-1aOw0lk+khcX9IETA0+wGx91BFXrJ79zYWhEI2JrhDU=";
# tests require internet access and API keys # tests require internet access and API keys
doCheck = false; doCheck = false;