Unverified Commit 9efc7f83 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #230308 from fabaff/exploitdb-bump

exploitdb: 2023-05-03 -> 2023-05-06
parents 177a0b7d 20e14364
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-03";
  version = "2023-05-06";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-6pXGSG2blINzZA34F20YjV7ertJLnjxTHHa6Hv0EN08=";
    hash = "sha256-Aib0RmWZOYxd8lI6u7tPcM7FTreCrWxaYYZlbOF3a78=";
  };

  nativeBuildInputs = [