exploitdb: 2021-09-22 -> 2021-09-25

This commit is contained in:
Fabian Affolter 2021-09-26 10:18:05 +02:00
parent 5af96a4642
commit 4e27609642

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-09-22";
version = "2021-09-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-axA20Ok+5LgtW4Mf1xMM64Gd6C6joBC5isUdZPncgDw=";
sha256 = "sha256-KjeldF3oBX4QLba7pTmvRwymxZ+x8HPfIKT7IevrOlU=";
};
installPhase = ''