exploitdb: 2021-07-06 -> 2021-07-09

This commit is contained in:
Fabian Affolter 2021-07-09 10:34:49 +02:00
parent cc18fcade2
commit 7737f56806

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-07-06";
version = "2021-07-09";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-tRdA3GwU+jko+N+LOCHOA6RqFp3rkhyARwSTXRXoDww=";
sha256 = "sha256-FjiQ+L3eW+od41Vz00t/LhagS3SUT+PA5GvtZ6lhoFU=";
};
installPhase = ''