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

Merge pull request #237810 from fabaff/exploitdb-bump

exploitdb: 2023-06-10 -> 2023-06-14
parents 0d2cf7fe 1de6e195
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-10";
  version = "2023-06-14";

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

  nativeBuildInputs = [