exploitdb: 2023-06-24 -> 2023-06-27

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-24...2023-06-27
This commit is contained in:
Fabian Affolter 2023-06-27 11:11:08 +02:00
parent d0bccdf429
commit a1dcb05af6

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-24";
version = "2023-06-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uQQ/TPE+64VeUSbnzNlRBdG1Nv4QcsQvfLyoRH68OhA=";
hash = "sha256-2LPLVy43uHzvWruGCKOKh4pn9/RHIdhpYQnNwG9/+Sw=";
};
nativeBuildInputs = [