From 2eb4d81e6506784b4656b4ff7356d4388563a825 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Apr 2026 23:30:27 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-fsharp: 0.2.2-unstable-2026-03-29 -> 0.3.0-unstable-2026-04-16 --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix index 905c0625cd70..ddc628296581 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -724,10 +724,10 @@ }; fsharp = { - version = "0.2.2-unstable-2026-03-29"; + version = "0.3.0-unstable-2026-04-16"; url = "github:ionide/tree-sitter-fsharp"; - rev = "594c500ecace8618db32dd1144307897277db067"; - hash = "sha256-e66aAsmNJWMcElqFIxSiHZgyQsq8NT7zU9y/fpbqJF4="; + rev = "5247c1197cb290fcaea0e0a793d32829c1396831"; + hash = "sha256-ntcLDSt6BPF9PtASx221hwZhKl3yKKrzbEYQD/ghYxw="; meta = { license = lib.licenses.mit; maintainers = with lib.maintainers; [