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
+2 -2
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 = [