Merge pull request #238124 from fabaff/exploitdb-bump

exploitdb: 2023-06-14 -> 2023-06-16
This commit is contained in:
Nick Cao 2023-06-16 19:53:03 -06:00 committed by GitHub
commit 31535319ad
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-14";
version = "2023-06-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Q78tauUFTUIY5F/GEKvIGOlY93jd5mWVDE1CB7XGibA=";
hash = "sha256-NUeBcC4S8Iw5NLd/0lCVWtbh8RF+1jN91Qz8DMiARwE=";
};
nativeBuildInputs = [