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

Merge pull request #290726 from r-ryantm/auto-update/exploitdb

exploitdb: 2024-02-20 -> 2024-02-22
parents 50b52d37 9d208802
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-20";
  version = "2024-02-22";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-cvz+yiB0Ei37W/RlW60oLCmQSCHZI6QB5JJtX4aUyuo=";
    hash = "sha256-+5N7qe7YuNNBiizzI2aBKZCsl64ODkit5Y9QlhNWVMw=";
  };

  nativeBuildInputs = [