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

Merge pull request #265176 from fabaff/exploitdb-bump1

exploitdb: 2023-11-02 -> 2023-11-03
parents f4988240 56413652
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-11-02";
  version = "2023-11-03";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-7j2HIYEYs1OcB919S3lLGYNsJzbkE3jIqq2MNCHG3lY=";
    hash = "sha256-Ent0FQI2ZCmgQA98bZxGjKW12fj/0yicZ/UFUgfT0yw=";
  };

  nativeBuildInputs = [