Merge pull request #215302 from r-ryantm/auto-update/exploitdb

exploitdb: 2022-11-22 -> 2023-02-03
This commit is contained in:
Weijia Wang 2023-02-08 15:04:26 +01:00 committed by GitHub
commit 2d31960dab
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 = "2022-11-22";
version = "2023-02-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-G871FvwekcF5uMq7NRoWuIb9UqzIbMniboKlUzgCaeI=";
hash = "sha256-uTyUACY9Pm+gMuLrttGCNZ/UQaOW/h12ysY/noTkw7A=";
};
nativeBuildInputs = [