Unverified Commit 28d4714c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246903 from applePrincess/exploitdb-bump

exploitdb: 2023-07-22 -> 2023-08-01
parents adc25403 d35d0d2a
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-07-29";
  version = "2023-08-01";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-/e6nemEoaWcx9A4KvweQgsQkNMdPX+PLerKv//vVQPQ=";
    hash = "sha256-s0D7NMgU2cApeZWqAFGtLk8DdkGNVLh2kY/xNK7W7c0=";
  };

  nativeBuildInputs = [