Merge pull request #161089 from applePrincess/exploitdb-2022-02-19

exploitdb: 2022-02-17 -> 2022-02-19
This commit is contained in:
Fabian Affolter 2022-02-20 23:21:44 +01:00 committed by GitHub
commit e91d16c491
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-17";
version = "2022-02-19";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-qmddjXZq4SLsAMEIMtpkXURfTUEDjXnkFGXLt/zrk9s=";
sha256 = "sha256-cHAvExbZqqLGPRsa578Po1G3uX2EIcx/visOB0RgNQc=";
};
nativeBuildInputs = [ makeWrapper ];