commit
32e54206bc
1 changed files with 3 additions and 5 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue