Merge pull request #162611 from applePrincess/exploitdb-2022-03-03

This commit is contained in:
Sandro 2022-03-04 11:58:35 +01:00 committed by GitHub
commit 8f5ea43445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-03-01";
version = "2022-03-03";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-3bMroTIVjSMHV4tg3Um2E90Ph6j0vXRy0fSjGe9EPNE=";
sha256 = "sha256-EH4PlUb0PGUwkgfk1oFPKimoJcWI/mozzzaTST1De7A=";
};
nativeBuildInputs = [ makeWrapper ];