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:
Maximilian Bosch 2021-12-25 14:17:21 +01:00 committed by GitHub
commit e32a1a56a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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