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:
parent
25e658d235
commit
fce5a0a232
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue