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

exploitdb: 2025-04-23 -> 2025-05-01 (#403325)

parents b47e149e cab3a98f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2025-04-23";
  version = "2025-05-01";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-K5WQhYVO3z6gR2Jl5yJJW8vK8BA89iAwPzhq4jX27y0=";
    hash = "sha256-C1tNKyTuzn7A923Y3ExNYkFwYx2frPAiifzGmkDEBag=";
  };

  nativeBuildInputs = [ makeWrapper ];