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

exploitdb: 2025-09-02 -> 2025-09-17

parent 3a4e23f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "exploitdb";
  version = "2025-09-02";
  version = "2025-09-17";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-QMYhLM8wE8T0fieciUv3aPOanI1GuUToGFMsJETmrS4=";
    hash = "sha256-9RQ75FK1ZZMSBJBWTAstdCiUb8pB7PzfHOp7Jd03fG0=";
  };

  nativeBuildInputs = [ makeWrapper ];