Unverified Commit 6869f3f3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

exploitdb: 2025-08-05 -> 2025-08-12 (#433068)

parents 26267c1f 9bed2abd
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-08-05";
  version = "2025-08-12";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-a6TyxsYzA1YqRrCGhKRlnPrtGxdJ8HcvbJWCiNESuaw=";
    hash = "sha256-5uHjvrYWMhcWKAt/Wda7Ud0uHw8oMv7acTlgZUC4r3Q=";
  };

  nativeBuildInputs = [ makeWrapper ];