Unverified Commit 701a8dca authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #287849 from fabaff/exploitdb-bump

exploitdb: 2024-02-07 -> 2024-02-10
parents a9a4c53b 310d8646
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-02-07";
  version = "2024-02-10";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-yDFsIImcV49vbyXIJK8HPidEaTrlGPvlJmaB1wTnr7M=";
    hash = "sha256-tnAPjyvzl70bLFyn1y0prkp8o7CjPy1XwYYF1IGq4No=";
  };

  nativeBuildInputs = [