Unverified Commit 63b41560 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228887 from fabaff/exploitdb-bump

exploitdb: 2023-04-28 -> 2023-04-29
parents 74765317 a476b39f
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-28";
  version = "2023-04-29";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-1AF7TtPcciUX2RmxFsytzTMd22GfCH6Ccu+elcidgPw=";
    hash = "sha256-9GBGjpqsOe4FMcMg3whG/n9zF2h1M6LQp5bJHu0mu+E=";
  };

  nativeBuildInputs = [