Unverified Commit b6ac2990 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

exploitdb: 2025-10-30 -> 2025-11-01 (#458930)

parents 6e86db3e 7280078c
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 ];