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

Merge pull request #253478 from fabaff/exploitdb-bump

parents 63ff7672 fa0ab731
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-08-30";
  version = "2023-09-05";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-EWxZvr0VbSN8aysDQmqA/d/V5bxy4z1wx2PtC5RVAuI=";
    hash = "sha256-ghoR5DjLtEcanj3R/tgqtmoj7duTanvXKPE+gyB1TZc=";
  };

  nativeBuildInputs = [