Merge pull request #150798 from r-ryantm/auto-update/cve-bin-tool
cve-bin-tool: 2.2.1 -> 3.0
This commit is contained in:
commit
e32a1a56a7
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@
|
|||
}:
|
||||
buildPythonApplication rec {
|
||||
pname = "cve-bin-tool";
|
||||
version = "2.2.1";
|
||||
version = "3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
repo = "cve-bin-tool";
|
||||
rev = "v${version}";
|
||||
sha256 = "087w7fsc4vd4sjz8ww6q71b108yhz94ydr76d99rhlmcqsq7fihs";
|
||||
sha256 = "1fmdnlhi03fdr4d4n7ydf6m0gx0cl77n3db8ldbs3m9zryblhzpr";
|
||||
};
|
||||
|
||||
# Wants to open a sqlite database, access the internet, etc
|
||||
|
|
Loading…
Reference in a new issue