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

@ -25,9 +25,9 @@ let
}
];
in
buildNpmPackage rec {
buildNpmPackage {
pname = "fetcher-mcp";
version = "0.3.6";
version = "0.3.9";
src = fetchFromGitHub {
owner = "jae-jae";