cve-bin-tool: 2.2.1 -> 3.0

This commit is contained in:
R. Ryantm 2021-12-15 04:50:42 +00:00
parent dcf4fb5133
commit d6158ff0ee

View file

@ -28,13 +28,13 @@
}: }:
buildPythonApplication rec { buildPythonApplication rec {
pname = "cve-bin-tool"; pname = "cve-bin-tool";
version = "2.2.1"; version = "3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "cve-bin-tool"; repo = "cve-bin-tool";
rev = "v${version}"; rev = "v${version}";
sha256 = "087w7fsc4vd4sjz8ww6q71b108yhz94ydr76d99rhlmcqsq7fihs"; sha256 = "1fmdnlhi03fdr4d4n7ydf6m0gx0cl77n3db8ldbs3m9zryblhzpr";
}; };
# Wants to open a sqlite database, access the internet, etc # Wants to open a sqlite database, access the internet, etc