Unverified Commit 3d618361 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

mcp-nixos: 2.1.1 -> 2.2.0 (#486948)

parents bde4bc11 7f6ff75e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "mcp-nixos";
  version = "2.1.1";
  version = "2.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "utensils";
    repo = "mcp-nixos";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZScQ79z7SwjpI5ZnrwXhRNqOnYQTI9MayvPjv00hiyY=";
    hash = "sha256-/3/MUCjUu4iQOEmgda61ztO2d6e/HPpjsF9Z7hTWYMc=";
  };

  build-system = [ python3Packages.hatchling ];
@@ -29,6 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    anthropic
    pytestCheckHook
    pytest-asyncio
    pytest-cov
    python-dotenv
  ];