Commit e0c25219 authored by R. RyanTM's avatar R. RyanTM
Browse files

context7-mcp: 2.2.0 -> 2.2.3

parent 99828ad2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "context7-mcp";
  version = "2.2.0";
  version = "2.2.3";

  src = fetchFromGitHub {
    owner = "upstash";
    repo = "context7";
    tag = "${tag-prefix}@${finalAttrs.version}";
    hash = "sha256-MFHajv1f+Xj8BtiiDQs4Sct1IhYS4+hYY+PdVAYqkNw=";
    hash = "sha256-Vse6mOfzDC65V3qoL1tZu5S9DU93PmVNI8NRm94Gcn8=";
  };

  nativeBuildInputs = [