Merge pull request #155818 from fabaff/bump-expliot

exploitdb: 2022-01-14 -> 2022-01-20
This commit is contained in:
Bobby Rong 2022-01-20 19:15:42 +08:00 committed by GitHub
commit 63d3fb1f63
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-01-14";
version = "2022-01-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-/Id3cAz+upJPHzNcTnbO02AehS6R9YTz9Ff+1fc7NJs=";
sha256 = "sha256-tcoohr9ENRG+WFRJ3KG5NBpwatksV0TQ4HoEypqMjVo=";
};
nativeBuildInputs = [ makeWrapper ];