Commit 7280078c authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 3f33202d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "exploitdb";
  version = "2025-10-30";
  version = "2025-11-01";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-3e1NRjuLNgxKTEPTAhNp1rJNJ7ZQGnPZOXCCpuAYvLM=";
    hash = "sha256-MXWP7YOv4JAIKerAGuSeiAiQ98sRU6mZ1ZQSJBPCZQs=";
  };

  nativeBuildInputs = [ makeWrapper ];