exploitdb: 2023-12-01 -> 2023-12-02

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-12-01...2023-12-02
This commit is contained in:
Fabian Affolter
2023-12-02 23:12:48 +01:00
parent e2987b884f
commit fba1d73326
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-12-01";
version = "2023-12-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tWwcNZ4xyeNMhIyH6cYfW910syfZd4KF9G73XItz8hk=";
hash = "sha256-rITeDc1PQFjV4ZlBK97T+hvIzuWMIoPxBLscqkXiMwc=";
};
nativeBuildInputs = [