mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
nvd: 0.1.1 -> 0.1.2
This commit is contained in:
parent
7eef83f13c
commit
d9edc79055
@ -2,13 +2,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nvd";
|
pname = "nvd";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "khumba";
|
owner = "khumba";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
# There is a 0.1.2 release but no tag yet
|
||||||
sha256 = "0accq0cw6qsxin1fb2bp2ijgjf9akb9qlivkykpfsgnk5qjafv2n";
|
# https://gitlab.com/khumba/nvd/-/issues/7
|
||||||
|
rev = "13d3ab1255e0de03693cecb7da9764c9afd5d472";
|
||||||
|
sha256 = "1537s7j0m0hkahf0s1ai7bm94xj9fz6b9x78py0dn3cgnl9bfzla";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user