cve-bin-tool: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2022-12-09 19:47:49 +00:00 committed by Frederik Rietdijk
parent c101a26373
commit cea1922f61

View file

@ -27,13 +27,13 @@
}:
buildPythonApplication rec {
pname = "cve-bin-tool";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "intel";
repo = "cve-bin-tool";
rev = "v${version}";
sha256 = "0nz3ax3ldnrzk8694x0p743g5h2zply29ljpn21llbc7ca27zdv9";
rev = "refs/tags/v${version}";
sha256 = "sha256-P2GhGQxa6Y8BmMqFHXSfmqN58E1FbXD9Ndwwr+upK8Q=";
};
# Wants to open a sqlite database, access the internet, etc