3
0
Fork 0
forked from mirrors/nixpkgs

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
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-25";
version = "2022-03-01";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-KGUDtJxmx5/F77McUK/9ecHLPKblm97n2yl7ntyTzvQ=";
sha256 = "sha256-3bMroTIVjSMHV4tg3Um2E90Ph6j0vXRy0fSjGe9EPNE=";
};
nativeBuildInputs = [ makeWrapper ];