chore: update flake inputs + generated.nix
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
iofq 2025-10-19 03:47:59 +00:00 committed by github-actions[bot]
parent 976859670c
commit 4482d50f75
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760038930, "lastModified": 1760524057,
"narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=", "narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3", "rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -19,11 +19,11 @@
"nvim-treesitter": { "nvim-treesitter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1760260935, "lastModified": 1760709268,
"narHash": "sha256-To/syCZPs7vKA0WkuBz7ZxCGT/wzj705QfxZng6Nsjo=", "narHash": "sha256-iuGcVO77GwD5hYd0yXPmn4eKnTwuSfHpdTY+ocvi6As=",
"owner": "nvim-treesitter", "owner": "nvim-treesitter",
"repo": "nvim-treesitter", "repo": "nvim-treesitter",
"rev": "0606c7a9dcaa5c5beee0b0f09043e9fdd1ba0a68", "rev": "846d51137b8cbc030ab94edf9dc33968ddcdb195",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3359,13 +3359,13 @@
passthru.name = "t32"; passthru.name = "t32";
language = "t32"; language = "t32";
version = "0.0.0+rev=d4e26ab7a730cfbe0cf84dba6ea3647989064839"; version = "0.0.0+rev=d4e26ab7a730cfbe0cf84dba6ea3647989064839";
src = fetchFromGitLab { src = fetchFromGitHub {
owner = "xasc"; owner = "xasc";
repo = "tree-sitter-t32"; repo = "tree-sitter-t32";
rev = "d4e26ab7a730cfbe0cf84dba6ea3647989064839"; rev = "d4e26ab7a730cfbe0cf84dba6ea3647989064839";
hash = "sha256-awbgOZaIqpdjsskSr6by2AyojVRU+gkLgS70abhPryE="; hash = "sha256-awbgOZaIqpdjsskSr6by2AyojVRU+gkLgS70abhPryE=";
}; };
meta.homepage = "https://gitlab.com/xasc/tree-sitter-t32"; meta.homepage = "https://github.com/xasc/tree-sitter-t32";
}; };
tablegen = buildGrammar { tablegen = buildGrammar {
passthru.name = "tablegen"; passthru.name = "tablegen";