Unverified Commit 693a70fb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #241845 from fabaff/exploitdb-bump

exploitdb: 2023-07-04 -> 2023-07-05
parents 5757d747 19d53440
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-07-04";
  version = "2023-07-05";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-a6ELQlfer7kmeWxjiuAelT2TcmwXoAD3s/x3f1JsRlQ=";
    hash = "sha256-YJ7RR4PMa87Fw8dtRK4t+rDI1uyLfW8vQ/Rp1gr/Qw0=";
  };

  nativeBuildInputs = [