Unverified Commit 4e91391c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

exploitdb: 2025-04-12 -> 2025-04-14 (#398675)

parents d09c104a 36284966
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-12";
  version = "2025-04-14";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-45i8WrkLL+leDHTSZXStw2X3ZmELyIrFR8UWq6t2IHY=";
    hash = "sha256-yoQB2QM9Fg4tKKPeGTM68+Su98mt8znkINNQY9cVUoI=";
  };

  nativeBuildInputs = [ makeWrapper ];