Merge pull request #232880 from fabaff/exploitdb-bump

exploitdb: 2023-05-17 -> 2023-05-19
This commit is contained in:
figsoda 2023-05-19 16:46:46 -04:00 committed by GitHub
commit 7c7cf1f7f1
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-17";
version = "2023-05-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WbGtfxnEBOmmK9TjxSWJSEUHaUE9gX1hm9hmA4xkHhU=";
hash = "sha256-5VHsf7qvbDZPLyr411qNwZM0/aDo2PXfdh94/lgrc5M=";
};
nativeBuildInputs = [