Unverified Commit 7d9a4987 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #226863 from fabaff/exploitdb-bump

exploitdb: 2023-04-15 -> 2023-04-18
parents 2f0a7008 a860bc5e
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-04-15";
  version = "2023-04-18";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Ww92lSt689Xi6IZjAADDQobhNY5l5/rkvElnT+ybx0g=";
    hash = "sha256-0wv9+hTe04JbGjNH3MeTjaHss5oaZ35ubiwsOhxoH8I=";
  };

  nativeBuildInputs = [