exploitdb: 2021-11-02 -> 2021-11-04

This commit is contained in:
Lein Matsumaru 2021-11-04 13:07:37 +00:00
parent 0140e239f3
commit cfd196cb8b
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-11-02";
version = "2021-11-04";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-47/gsOZaFI3ujht3dj2lvsspe/Iv/ujdFkcvhgGAm9E=";
sha256 = "sha256-4qNQcmBq0q+FDRGtunUfngO+1jAK+fUBUHsq8E2rAy0=";
};
nativeBuildInputs = [ makeWrapper ];