Unverified Commit 785ae509 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310368 from fabaff/exploitdb-bump

exploitdb: 2024-05-05 -> 2024-05-09
parents de29b516 0b34fea5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-05-05";
  version = "2024-05-09";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-z982UAu9mmF4NsM4XJYOFdqOblFUg+MeJnlic86AcI0=";
    hash = "sha256-k0rBx2rVJoDB2AEfcyQEmanoWgiu1Q7fRDL2xqMfn3Q=";
  };

  nativeBuildInputs = [ makeWrapper ];