Commit ad8f8611 authored by R. RyanTM's avatar R. RyanTM
Browse files

exploitdb: 2026-01-18 -> 2026-02-03

parent e7c3209d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "exploitdb";
  version = "2026-01-18";
  version = "2026-02-03";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-ZV8CcpZzxK1uts8RzUmzp4mKXvS/xv8D02Jsv7DzByQ=";
    hash = "sha256-NEav9U7rqPRtDTZPRIP7UTa/cbbRRz5G2YOWZmAabO8=";
  };

  nativeBuildInputs = [ makeWrapper ];