exploitdb: 2021-06-19 -> 2021-06-23

This commit is contained in:
Fabian Affolter 2021-06-23 08:42:23 +02:00
parent 0ff9967dac
commit bbe1279459

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-06-19";
version = "2021-06-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "1qhznaq06plbkld4al3whrfvfpqgpwaxgwzdkyndvh40yn4sh1fz";
sha256 = "15gxxs5wjxvcjh5q9h17p163byzl33zg5yjlay1f1n2ng8nypygi";
};
installPhase = ''