exploitdb: 2022-01-25 -> 2022-01-26

This commit is contained in:
Lein Matsumaru 2022-01-27 15:22:33 +00:00
parent 3445b70e5b
commit 93fb37332b
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-01-25";
version = "2022-01-26";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-kqb5MhdKA6qvIdnTzPNUscksyz2GWaiPJg2JxA1C3p0=";
sha256 = "sha256-5WdAh4YFNLOF8h8f0pN6GHdoyASf/3fN345Mp9b1Cfg=";
};
nativeBuildInputs = [ makeWrapper ];