Merge pull request #158748 from applePrincess/exploitdb-2022-02-09

exploitdb: 2022-02-05 -> 2022-02-09
This commit is contained in:
Fabian Affolter 2022-02-09 08:10:55 +01:00 committed by GitHub
commit 12a81f8e15
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-02-05";
version = "2022-02-09";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-1wdIvJ7AeCNNbApS16ZFmytsPL8Oal+ivem8cHOD1iA=";
sha256 = "sha256-+E8MmkXnynCudGfKnCa6usmyPVM+y6kRB8eAm4F9glY=";
};
nativeBuildInputs = [ makeWrapper ];