svelte-check: 4.7.5 -> 4.7.6

This commit is contained in:
R. Ryantm
2026-08-18 16:11:14 +00:00
parent 709cb400a0
commit 570b270743

View File

@@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "svelte-check";
version = "4.7.5";
version = "4.7.6";
src = fetchFromGitHub {
owner = "sveltejs";
repo = "language-tools";
tag = "svelte-check@${finalAttrs.version}";
hash = "sha256-9fpWKLmuH9TZAyARYgBxQYlx6qz36fU3HueKAGR0H6E=";
hash = "sha256-FYM4pceGgYLDWhdoTCk2dLkcxhamkxBd2nBEtReEGAo=";
};
pnpmWorkspaces = [ "svelte-check..." ];