Merge pull request #161338 from applePrincess/exploitdb-2022-02-22

exploitdb: 2022-02-19 -> 2022-02-22
This commit is contained in:
Fabian Affolter 2022-02-22 11:45:22 +01:00 committed by GitHub
commit 9032898291
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-19";
version = "2022-02-22";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-cHAvExbZqqLGPRsa578Po1G3uX2EIcx/visOB0RgNQc=";
sha256 = "sha256-gCvxIMM1fBUhU03LnBaS+wOgr45C9Wjz5ahgT+DEZnI=";
};
nativeBuildInputs = [ makeWrapper ];