exploitdb: 2022-09-24 -> 2022-10-07

This commit is contained in:
Fabian Affolter 2022-10-08 19:33:19 +02:00
parent efda63c610
commit d21043c465

View file

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