From 4482d50f75e4d0235ea6112c78a537e6031fac66 Mon Sep 17 00:00:00 2001 From: iofq <38452426+iofq@users.noreply.github.com> Date: Sun, 19 Oct 2025 03:47:59 +0000 Subject: [PATCH] chore: update flake inputs + generated.nix --- flake.lock | 12 ++++++------ generated.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index fda128b..50e60d0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1760038930, - "narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=", + "lastModified": 1760524057, + "narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3", + "rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5", "type": "github" }, "original": { @@ -19,11 +19,11 @@ "nvim-treesitter": { "flake": false, "locked": { - "lastModified": 1760260935, - "narHash": "sha256-To/syCZPs7vKA0WkuBz7ZxCGT/wzj705QfxZng6Nsjo=", + "lastModified": 1760709268, + "narHash": "sha256-iuGcVO77GwD5hYd0yXPmn4eKnTwuSfHpdTY+ocvi6As=", "owner": "nvim-treesitter", "repo": "nvim-treesitter", - "rev": "0606c7a9dcaa5c5beee0b0f09043e9fdd1ba0a68", + "rev": "846d51137b8cbc030ab94edf9dc33968ddcdb195", "type": "github" }, "original": { diff --git a/generated.nix b/generated.nix index 0f43ef7..c343543 100644 --- a/generated.nix +++ b/generated.nix @@ -3359,13 +3359,13 @@ passthru.name = "t32"; language = "t32"; version = "0.0.0+rev=d4e26ab7a730cfbe0cf84dba6ea3647989064839"; - src = fetchFromGitLab { + src = fetchFromGitHub { owner = "xasc"; repo = "tree-sitter-t32"; rev = "d4e26ab7a730cfbe0cf84dba6ea3647989064839"; hash = "sha256-awbgOZaIqpdjsskSr6by2AyojVRU+gkLgS70abhPryE="; }; - meta.homepage = "https://gitlab.com/xasc/tree-sitter-t32"; + meta.homepage = "https://github.com/xasc/tree-sitter-t32"; }; tablegen = buildGrammar { passthru.name = "tablegen";