Merge pull request #151102 from fabaff/bump-exploitdb

exploitdb: 2021-12-14 -> 2021-12-17
This commit is contained in:
Fabian Affolter 2021-12-17 18:55:11 +01:00 committed by GitHub
commit e047379cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-12-14";
version = "2021-12-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-Ojgd2B475+Zr7CODtgg7rJZ6bPT3ZYddSQhditI9HhU=";
sha256 = "sha256-titbqq8SJSHvWuilNPwN7XouxiDMiPqNQXfDCWtJ4hY=";
};
nativeBuildInputs = [ makeWrapper ];