exploitdb: 2022-08-10 -> 2022-09-02

This commit is contained in:
Fabian Affolter 2022-09-03 08:56:20 +02:00
parent 1a9007783d
commit a15b4f838c

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-08-10";
version = "2022-09-02";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t+y28QDeu0tIUidPjSqSPcmOzfaH6SnreuiEBDtKzP0=";
hash = "sha256-gZdoaY3wm45DhM2jlKneOzMupmKsPbeOzHIBhmgDeV0=";
};
nativeBuildInputs = [