Unverified Commit 7c7cf1f7 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232880 from fabaff/exploitdb-bump

exploitdb: 2023-05-17 -> 2023-05-19
parents ae2b86d5 99a570d2
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-05-17";
  version = "2023-05-19";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-WbGtfxnEBOmmK9TjxSWJSEUHaUE9gX1hm9hmA4xkHhU=";
    hash = "sha256-5VHsf7qvbDZPLyr411qNwZM0/aDo2PXfdh94/lgrc5M=";
  };

  nativeBuildInputs = [