Merge pull request #236593 from fabaff/exploitdb-bump

exploitdb: 2023-06-07 -> 2023-06-08
This commit is contained in:
Nick Cao 2023-06-08 03:23:23 -06:00 committed by GitHub
commit 8e33f4522d
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-06-07";
version = "2023-06-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1MWmIBPRwQtwkR0dR47RqgWyn3WhWy5eXzA/3pxf2MM=";
hash = "sha256-zvbWYPpexd4V8kVKH2g+SE481zD9MaZa7ISIZK4weug=";
};
nativeBuildInputs = [