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

exploitdb: 2025-04-18 -> 2025-04-19 (#400037)

parents 31c3fb35 08176e55
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-18";
  version = "2025-04-19";

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

  nativeBuildInputs = [ makeWrapper ];