exploitdb: 2023-09-05 -> 2023-09-07

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-05...2023-09-07
This commit is contained in:
Fabian Affolter 2023-09-07 10:12:53 +02:00
parent 024c8c2bd4
commit 2481fc685a

View File

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