Unverified Commit 732c4f09 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224085 from applePrincess/exploitdb-bump

exploitdb: 2023-03-30 -> 2023-03-31
parents 0fb58839 e3c632e4
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-03-30";
  version = "2023-03-31";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-uaVuWU56EC+UdVR5GbKeUMVuxhsg5tDsXBXxaLtdG+w=";
    hash = "sha256-Xqhmkdl4f29a+ev/Dc7b/GW1PyU8oAc64dibYnhts88=";
  };

  nativeBuildInputs = [