Merge pull request #235507 from fabaff/exploitdb-bump

exploitdb: 2023-05-27 -> 2023-06-01
This commit is contained in:
Fabian Affolter 2023-06-02 10:17:43 +02:00 committed by GitHub
commit 2861ddfd89
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-05-27";
version = "2023-06-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7C4lihyGt8jiCtHXzE1iik0vsVRlsoKgvFgiV9iqtoQ=";
hash = "sha256-38FbwwlzJSvbZhTP/SS0oxb07V45GfaS3mnpY1DSG6s=";
};
nativeBuildInputs = [