exploitdb: 20221-09-10 -> 2021-09-14

This commit is contained in:
Lein Matsumaru 2021-09-14 15:08:46 +00:00
parent eb605522ce
commit f7978d726a
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-09-10";
version = "2021-09-14";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-OU9IchkouABYw0k4O4WBLu1aklLCH/S90IPMPLOZWY0=";
sha256 = "sha256-6VTJzR0kdQEFLW0aG3iZGthJF9nYd7NIkzSNhHpgF44=";
};
installPhase = ''