exploitdb: 2022-02-22 -> 2022-02-23

This commit is contained in:
Lein Matsumaru 2022-02-23 09:46:44 +00:00
parent 013dea1be2
commit b436e0f165
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-02-22";
version = "2022-02-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gCvxIMM1fBUhU03LnBaS+wOgr45C9Wjz5ahgT+DEZnI=";
sha256 = "sha256-5jxcx16CS35U8MVWR8Ea4hUTweQfsLSceVaQN5T5XiU=";
};
nativeBuildInputs = [ makeWrapper ];