exploitdb: 2021-10-02 -> 2021-10-06

This commit is contained in:
Lein Matsumaru 2021-10-06 16:58:44 +00:00
parent 40f95ae12a
commit 2faec19ccb
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-10-02";
version = "2021-10-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gUjFFxzkHHhNMDAgFmmIAuEACSCn1YXuauvjGAkrK6k=";
sha256 = "sha256-MTV6rDgy6FxmdQHoBnDNBwiKEiGj9THqoHJCwUoAoB8=";
};
nativeBuildInputs = [ makeWrapper ];