Unverified Commit 9283acbd authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #241609 from fabaff/exploitdb-bump

exploitdb: 2023-06-27 -> 2023-07-04
parents 6dfa39aa 6906893b
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-06-27";
  version = "2023-07-04";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-2LPLVy43uHzvWruGCKOKh4pn9/RHIdhpYQnNwG9/+Sw=";
    hash = "sha256-a6ELQlfer7kmeWxjiuAelT2TcmwXoAD3s/x3f1JsRlQ=";
  };

  nativeBuildInputs = [