From 9289207b5a63fe0ecb2bbae7cf67a4abcd10b1b0 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sat, 28 Mar 2026 17:17:34 -0700 Subject: [PATCH] tree-sitter-grammar.tree-sitter-just: 0-unstable-2026-03-15 -> 0.2.0 Upstream is now tagging releases, so we can move away from unstable versions. The only change in this new release is to update all the metadata to point to the new repo. --- .../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 882525f8aa03..35302782c41a 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -1329,10 +1329,10 @@ }; just = { - version = "0-unstable-2026-03-15"; + version = "0.2.0"; url = "github:casey/tree-sitter-just"; - rev = "d9da862c156020c1a83d3c6ccdda32be6d8a5d4a"; - hash = "sha256-YV+vab/QqGHVPV1e3wjd0w1nFskJEIU4ukq/yIlojk0="; + rev = "5685543a6e64f66335e25518c9ae8ffa1dae3d01"; + hash = "sha256-lrW5E+HIqrDSWZ4+KOjIc80/wYm/WV9ZOfdLXxPIbX4="; meta = { license = lib.licenses.asl20; maintainers = with lib.maintainers; [