exploitdb: 2024-02-01 -> 2024-02-03

This commit is contained in:
Lein Matsumaru
2024-02-03 10:03:58 +00:00
parent be9851316f
commit c13c60da05
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-01";
version = "2024-02-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ypl2OdyOLKGISQZ0A6jM3uwUBGGzHjuwOL7RHQynTow=";
hash = "sha256-TS7VyKw3hGT06ARLfyw6P/KnApPkl8+oHv15k5Imi6U=";
};
nativeBuildInputs = [