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

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-08...2023-09-09
This commit is contained in:
Fabian Affolter 2023-09-10 10:20:59 +02:00
parent c6850d4fc4
commit 175e33c8f5

View File

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