exploitdb: 2022-10-07 -> 2022-10-18

This commit is contained in:
R. Ryantm 2022-10-21 09:46:08 +00:00 committed by Bobby Rong
parent 1d266f763e
commit c352669d11

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-10-07";
version = "2022-10-18";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gO2NCQSmaJA6Bg6LKBc0qVi147KzGp2MtXizpM0v1yQ=";
hash = "sha256-qyRAwy4rGaV7fiU0gwvnf6yT4ZAAXYTtZubh+GtsJU8=";
};
nativeBuildInputs = [