exploitdb: 2021-11-27 -> 2021-12-02

This commit is contained in:
Fabian Affolter 2021-12-03 12:04:05 +01:00
parent 7fff1e9c0c
commit 5f9d59a1aa

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-11-27";
version = "2021-12-02";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gELHYX1gaNtQtDIyIa3cJOWilf02PknlSyMI4a7pOX4=";
sha256 = "sha256-xVEDbc+Kvp9gCV2n6KyQCLif231pannIxDzEE0dwmmY=";
};
nativeBuildInputs = [ makeWrapper ];