Merge pull request #271766 from fabaff/exploitdb-bump

exploitdb: 2023-12-01 -> 2023-12-02
This commit is contained in:
Mario Rodas 2023-12-02 19:42:12 -05:00 committed by GitHub
commit 9fc9bc29af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [