nvd: 0.2.0 -> 0.2.3

Release notes:
https://gitlab.com/khumba/nvd/-/blob/master/CHANGELOG.md#023-2023-05-22
This commit is contained in:
Bryan Gardiner 2023-05-22 11:49:53 -07:00
parent 76e5d9322a
commit 13807f6e70
No known key found for this signature in database
GPG Key ID: 53EFBCA063E6183C

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nvd";
version = "0.2.0";
version = "0.2.3";
src = fetchFromGitLab {
owner = "khumba";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-kOPcQP2tSym69qSOBwVc2XFO8+uy7bgYIQq4L/orS+A=";
sha256 = "sha256:005nh24j01s0hd5j0g0qp67wpivpjwryxyyh6y44jijb4arrfrjf";
};
buildInputs = [ python3 ];