exploitdb: 2022-02-25 -> 2022-03-01

This commit is contained in:
Lein Matsumaru
2022-03-01 09:20:36 +00:00
parent 86e696d7b2
commit b550fb26bb
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-02-25";
version = "2022-03-01";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-KGUDtJxmx5/F77McUK/9ecHLPKblm97n2yl7ntyTzvQ=";
sha256 = "sha256-3bMroTIVjSMHV4tg3Um2E90Ph6j0vXRy0fSjGe9EPNE=";
};
nativeBuildInputs = [ makeWrapper ];