Unverified Commit 042b9107 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

exploitdb: 2025-04-19 -> 2025-04-23 (#401044)

parents cc70c14a 3c1dff23
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-19";
  version = "2025-04-23";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-Gq+Yg9Qf1D86vM0d+FFPneztm0KMdbheghmef334+Ps=";
    hash = "sha256-K5WQhYVO3z6gR2Jl5yJJW8vK8BA89iAwPzhq4jX27y0=";
  };

  nativeBuildInputs = [ makeWrapper ];