Merge pull request #153900 from fabaff/bump-exploitdb

exploitdb: 2021-12-21 -> 2022-01-06
This commit is contained in:
Jörg Thalheim 2022-01-08 07:06:02 +00:00 committed by GitHub
commit 5308c5bbbd
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-21";
version = "2022-01-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-HTs8dGDSYU/Ih/8CS+4C4AtERxQHwlmpfrA0YrrKoyY=";
sha256 = "sha256-SvzrUVuOzqcc4YzBYxuE8S0tFNb2Pr2FEj8KSpuKKGU=";
};
nativeBuildInputs = [ makeWrapper ];