Unverified Commit 4c4c5e9e authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

exploitdb: 2024-02-06 -> 2024-02-07

parent b988acd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-02-06";
  version = "2024-02-07";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-2PYRGW5NJ4H4bZyKH0o+t7ek/Jz40AfzY5L3rEWaKAc=";
    hash = "sha256-yDFsIImcV49vbyXIJK8HPidEaTrlGPvlJmaB1wTnr7M=";
  };

  nativeBuildInputs = [