Commit 7aed1ff1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent fd936de9
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 ];