Merge pull request #196217 from khumba/nvd-0.2.0

nvd: 0.1.2 -> 0.2.0
This commit is contained in:
Christian Kögler 2022-10-16 20:51:36 +02:00 committed by GitHub
commit 32e54206bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,13 @@
stdenv.mkDerivation rec {
pname = "nvd";
version = "0.1.2";
version = "0.2.0";
src = fetchFromGitLab {
owner = "khumba";
repo = pname;
# There is a 0.1.2 release but no tag yet
# https://gitlab.com/khumba/nvd/-/issues/7
rev = "13d3ab1255e0de03693cecb7da9764c9afd5d472";
sha256 = "1537s7j0m0hkahf0s1ai7bm94xj9fz6b9x78py0dn3cgnl9bfzla";
rev = "refs/tags/v${version}";
sha256 = "sha256-kOPcQP2tSym69qSOBwVc2XFO8+uy7bgYIQq4L/orS+A=";
};
buildInputs = [ python3 ];