Unverified Commit 1f0a8d33 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230611 from applePrincess/exploitdb-bump

exploitdb: 2023-05-06 -> 2023-05-08
parents f968b67a 4148410a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2023-05-06";
  version = "2023-05-08";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Aib0RmWZOYxd8lI6u7tPcM7FTreCrWxaYYZlbOF3a78=";
    hash = "sha256-MbSPBlepTQXCnPT9Yl/mB3N7HzJj8HwV3+ENOKdfYHo=";
  };

  nativeBuildInputs = [