Unverified Commit 14ef7cbb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

exploitdb: 2025-12-04 -> 2025-12-09 (#469505)

parents dbd2e720 e16145a4
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-12-04";
  version = "2025-12-09";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-mos58w5rJUNR0MTSOprHMf1wvVkmP+kWQU7YV/ABNNc=";
    hash = "sha256-ISupts2tfN7XjwszQAj800p1qGUty9/aBtXZwE2SWvc=";
  };

  nativeBuildInputs = [ makeWrapper ];