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

exploitdb: 2025-03-29 -> 2025-03-30 (#395088)

parents 37aa7ce4 a2560e53
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-03-29";
  version = "2025-03-30";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-JSaOwl2JggWLAywxNTIpGB2KCp3qhepIeRjK5KWPX2I=";
    hash = "sha256-79CcXrGxFNc51LctL1OiUiYIJyGUkqB+NmGiUoxTbpU=";
  };

  nativeBuildInputs = [ makeWrapper ];