exploitdb: 2022-06-15 -> 2022-06-28
This commit is contained in:
parent
94b69ec34b
commit
e0b0dcb982
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2022-06-15";
|
||||
version = "2022-06-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "offensive-security";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Qh9MoNZ0B8cL8G5maFvkGWLDuwQ3LDpqh3BYyJx3/Rk=";
|
||||
hash = "sha256-c+tLnwzdYxSfxgBaV4Y6Ig2oXA9ab6f8u4RYhPaesgY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user