exploitdb: 2021-09-25 -> 2021-09-29

This commit is contained in:
Fabian Affolter 2021-09-29 09:20:00 +02:00
parent 3f457de545
commit c4fc3602a0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-09-25";
version = "2021-09-29";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-KjeldF3oBX4QLba7pTmvRwymxZ+x8HPfIKT7IevrOlU=";
sha256 = "sha256-7SV7qLREyOPCTn9CFjxmdfIJUb4VO82KsUQvVKPfEpA=";
};
installPhase = ''