exploitdb: 2024-01-30 -> 2024-02-01

This commit is contained in:
Lein Matsumaru 2024-02-01 15:21:07 +00:00
parent 2e2e164815
commit 2206ff0cd8
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-01-30";
version = "2024-02-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QZn4ARk1Z1GMRAGsGd6xyVxYReJWCnNRvL67i+kNAWo=";
hash = "sha256-Ypl2OdyOLKGISQZ0A6jM3uwUBGGzHjuwOL7RHQynTow=";
};
nativeBuildInputs = [