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

exploitdb: 2024-11-26 -> 2025-03-20 (#391491)

parents 4409a93e 7aed1ff1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-11-26";
  version = "2025-03-20";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-o95B9zqKGlI1zpknw1yXhiaPIos3DoMCQXmSranf83c=";
    hash = "sha256-fOzUtl+V029SXky0LzGFJ6yh6Nx5nv9wel5eiaE3l/k=";
  };

  nativeBuildInputs = [ makeWrapper ];