gospider: 1.1.5 -> 1.1.6

This commit is contained in:
Fabian Affolter 2021-12-04 09:39:55 +01:00
parent 54060c0a1f
commit 455e4356a3

View file

@ -1,20 +1,20 @@
{ buildGoModule { lib
, buildGoModule
, fetchFromGitHub , fetchFromGitHub
, lib
}: }:
buildGoModule rec { buildGoModule rec {
pname = "gospider"; pname = "gospider";
version = "1.1.5"; version = "1.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jaeles-project"; owner = "jaeles-project";
repo = pname; repo = pname;
rev = version; rev = "v${version}";
sha256 = "sha256-yfW94sQzT1u6O0s1sqpeANlukC5y8fNvHNL2c77+dxU="; sha256 = "sha256-1EnKheHaS1kxw0cjxCahT3rUWBXiqxjKefrDBI2xIvY=";
}; };
vendorSha256 = "sha256-1aOw0lk+khcX9IETA0+wGx91BFXrJ79zYWhEI2JrhDU="; vendorSha256 = "sha256-egjjSEZH8F6UMbnkz3xytIzdW/oITB3RL1ddxrmvSZM=";
# tests require internet access and API keys # tests require internet access and API keys
doCheck = false; doCheck = false;