exploitdb: 2023-11-07 -> 2023-11-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-07...2023-11-08
This commit is contained in:
Fabian Affolter 2023-11-09 10:40:51 +01:00
parent 25e658d235
commit fce5a0a232

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-07";
version = "2023-11-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NZVvFo8bmXG4GilUCtxJKBBAImlpoZFj62fmCrJtZvc=";
hash = "sha256-6GGDWI2NOWoPg5DyOjrsnmNzViBBUz9ZY5pO3BFoCOU=";
};
nativeBuildInputs = [