mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
go-cve-search: 0.1.3 -> 0.1.4
This commit is contained in:
parent
ea64ad20e3
commit
cc4e610ba9
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "go-cve-search";
|
||||
version = "0.1.3";
|
||||
version = "0.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s-index";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0hbv829daviskwsyp9xjcvl52m22986b2cylf2rldnxw5x8zqdvd";
|
||||
sha256 = "sha256-ofa6lfA3XKj70YM6AVNKRgGI53teK7OB09luAom8HpQ=";
|
||||
};
|
||||
|
||||
vendorSha256 = "0bhxk39ivbkhwjvq6415lax1pzn208b7px1id0d1nry93bk2zynd";
|
||||
vendorHash = "sha256-QXYjLPrfIPcZE8UTcE1kR9QQIusR/rAJG+e/IQ4P0PU=";
|
||||
|
||||
# Tests requires network access
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user