exploitdb: 2021-07-24 -> 2021-07-27

This commit is contained in:
Fabian Affolter 2021-07-27 11:24:26 +02:00
parent 5a58e8bb82
commit cf0e7d1d47

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-07-24";
version = "2021-07-27";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-UMajZExQjrbXon/tNYt+xp9LM7QRVXefGHDYuu949AQ=";
sha256 = "077y7rzvmv0kzwrhm592fsjd2lv839b5wzf59vq9cd3j313bdaab";
};
installPhase = ''