exploitdb: 2023-09-07 -> 2023-09-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-07...2023-09-08
This commit is contained in:
Fabian Affolter 2023-09-08 09:02:49 +02:00
parent be7925045a
commit 1171ea9cc2

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-09-07";
version = "2023-09-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8NQkGArCTd/fGhqK8xMAxmUYnYLZ6tSRkkAL3KeN6NE=";
hash = "sha256-5KH6B205WBJLyIAifWB7uA/LPy6dJC/xaryD6XsZCyc=";
};
nativeBuildInputs = [