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

Merge pull request #254786 from fabaff/exploitdb-bump

exploitdb: 2023-09-09 -> 2023-09-12
parents 79812f80 22dc2c3a
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-09-09";
  version = "2023-09-12";

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

  nativeBuildInputs = [