Merge pull request #266436 from fabaff/exploitdb-bump

exploitdb: 2023-11-07 -> 2023-11-08
This commit is contained in:
Nick Cao 2023-11-09 09:09:55 -05:00 committed by GitHub
commit f144576c30
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-11-03";
version = "2023-11-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ent0FQI2ZCmgQA98bZxGjKW12fj/0yicZ/UFUgfT0yw=";
hash = "sha256-6GGDWI2NOWoPg5DyOjrsnmNzViBBUz9ZY5pO3BFoCOU=";
};
nativeBuildInputs = [