From dd2cc3c0f20ee5ca5088c9df9446a648b70eeca6 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 18 Feb 2026 15:30:10 +0100 Subject: [PATCH] tree-sitter-grammars.tree-sitter-sshclientconfig: 0-unstable-2025-12-19 -> 2026.2.18 --- .../parsing/tree-sitter/grammars/grammar-sources.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 cd6124c74464..d034b612a02d 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -2434,11 +2434,10 @@ }; }; - sshclientconfig = { - version = "0-unstable-2025-12-19"; - url = "github:metio/tree-sitter-ssh-client-config"; - rev = "9c86b2af6d8f9fd0a82edcc253b45c3e8eb93c52"; - hash = "sha256-YF+iMd0F1po0j8FqBO36P6DCpMgscT6YkVMOKetAS6w="; + sshclientconfig = rec { + version = "2026.2.18"; + url = "github:metio/tree-sitter-ssh-client-config?ref=${version}"; + hash = "sha256-zEQ9jof8CMx6YtzU+y/GnBeI7htv9EbUHtAKSmX6c3M="; meta = { license = lib.licenses.cc0; maintainers = with lib.maintainers; [