Merge pull request #158083 from fabaff/bump-exploitdb

This commit is contained in:
Martin Weinelt 2022-02-04 12:02:05 +01:00 committed by GitHub
commit dc794522a5
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 = "2022-01-29";
version = "2022-02-03";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-yIZFlj8WtKU3STdPXsZ+s3hoq/zBvqA64D6GoyUFXvE=";
sha256 = "sha256-s5neMvY77lNXcwgOt6FLEk/mfkrJU1v1GBzwIJ4oX/Y=";
};
nativeBuildInputs = [ makeWrapper ];