exploitdb: 2023-08-30 -> 2023-09-05
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-30...2023-09-05
This commit is contained in:
parent
53b7d1a5d4
commit
fa0ab7312d
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-08-30";
|
||||
version = "2023-09-05";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-EWxZvr0VbSN8aysDQmqA/d/V5bxy4z1wx2PtC5RVAuI=";
|
||||
hash = "sha256-ghoR5DjLtEcanj3R/tgqtmoj7duTanvXKPE+gyB1TZc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue