exploitdb: 2022-02-23 -> 2022-02-24

This commit is contained in:
Lein Matsumaru 2022-02-24 15:23:35 +00:00
parent dbe9b1b37b
commit 748ed24680
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-23";
version = "2022-02-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-5jxcx16CS35U8MVWR8Ea4hUTweQfsLSceVaQN5T5XiU=";
sha256 = "sha256-aRhprR8UyPh7bok5ONy0I1YvK94c+yXvmCye2QlBU9A=";
};
nativeBuildInputs = [ makeWrapper ];