update flake. update some package versions
All checks were successful
Build tests / build-hosts (pull_request) Successful in 3m18s
Flake check / flake-check (pull_request) Successful in 3m58s

This commit is contained in:
sid 2026-05-04 17:16:15 +02:00
parent 21b53744cd
commit bb811f4f16
5 changed files with 28 additions and 28 deletions

View file

@ -35,11 +35,11 @@ buildNpmPackage rec {
src = fetchFromGitHub {
owner = "mixelpixx";
repo = "KiCAD-MCP-Server";
rev = "b5a1483fc20dd1201a1d275522904aac914157e8";
hash = "sha256-63Ef34YjniMY+ZPpDrWZpPx8bUbNA0XE+7Jlgm8KJv8=";
rev = "216d3f189d194cdd539b274264b8b7ec00cbb13e";
hash = "sha256-73yDzYlWMDnnytf/IcUuwQp/P7YYaxrNr+JsGrgMI40=";
};
npmDepsHash = "sha256-nz73qj8CK2LyFixoF14ET2wq407YyuJUw/4VTDc80cQ=";
npmDepsHash = "sha256-qR43NvSK28RLt5sL9BZQzSyFRszYMt2CC0wTs9jf/hU=";
buildScript = "build";