flake update

This commit is contained in:
sid 2026-02-26 23:10:38 +01:00
parent 95a533c876
commit 6703cb5184
10 changed files with 46 additions and 46 deletions

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "blender-mcp";
version = "1.4.0";
version = "1.5.5";
pyproject = true;
src = fetchPypi {
pname = "blender_mcp";
inherit version;
hash = "sha256-0+bWXhw8/DXC6aFQJiSwU7BqsfhoY+pUdIfOEVMStqQ=";
hash = "sha256-n8bYnrDVLe5zPvg8rbGgh5U5AeIm/DA6aPgmxS68d7g=";
};
build-system = [