Unverified Commit 80d05872 authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files
parent a2ff7532
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "exploitdb";
  version = "2025-06-27";
  version = "2025-07-03";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    tag = finalAttrs.version;
    hash = "sha256-Gm3SRdt6a3hSe64iP7j+5HQ5bGZ6s3eKvxFlCkQWZHo=";
    hash = "sha256-/mNq9366QK/rcKV+JM/2WJcnSPBUy7NoezUriQgupOk=";
  };

  nativeBuildInputs = [ makeWrapper ];