exploitdb: 2021-09-08 -> 2021-09-10

This commit is contained in:
Fabian Affolter 2021-09-11 09:45:54 +02:00
parent 3927df8f84
commit 79a08e9f59

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