exploitdb: 2021-09-14 -> 2021-09-17

This commit is contained in:
Lein Matsumaru 2021-09-17 05:41:58 +00:00
parent 644e1ca5c5
commit 7399c67273
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-14";
version = "2021-09-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-6VTJzR0kdQEFLW0aG3iZGthJF9nYd7NIkzSNhHpgF44=";
sha256 = "sha256-vpRthxgvDK2J9OnhF1AQR3yKxvrETLDM1APas8ZM8W8=";
};
installPhase = ''