Commit dca39dc8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

exploitdb: 2022-09-22 -> 2022-09-24

parent dbf8bba9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2022-09-22";
  version = "2022-09-24";

  src = fetchFromGitHub {
    owner = "offensive-security";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-AG9CgZbh0JN5fhLOV055YrnFbllLEAG5fYXYoLA0sxM=";
    hash = "sha256-QroDg06vAyeFeA2Gy0iFJ5bc277EkMV1Xz92c+xrUF0=";
  };

  nativeBuildInputs = [