Unverified Commit eb95e93c authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

tree-sitter: 0.25.6 -> 0.25.10 (#439337)

parents 76a3cfb5 8210e54d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ let
  # 2) nix-build -A tree-sitter.updater.update-all-grammars
  # 3) Set GITHUB_TOKEN env variable to avoid api rate limit (Use a Personal Access Token from https://github.com/settings/tokens It does not need any permissions)
  # 4) run the ./result script that is output by that (it updates ./grammars)
  version = "0.25.6";
  hash = "sha256-2/DF2xyiKi5HAqqeGt1TIMvAWFfZgcfVccK4zrTqq88=";
  version = "0.25.10";
  hash = "sha256-aHszbvLCLqCwAS4F4UmM3wbSb81QuG9FM7BDHTu1ZvM=";

  src = fetchFromGitHub {
    owner = "tree-sitter";
@@ -171,7 +171,7 @@ rustPlatform.buildRustPackage {
  pname = "tree-sitter";
  inherit src version;

  cargoHash = "sha256-sGh16M7cbT5ct1sT2FcUUoIQFcoOftTuQ0aSCjtkTEs=";
  cargoHash = "sha256-4R5Y9yancbg/w3PhACtsWq0+gieUd2j8YnmEj/5eqkg=";

  buildInputs = [
    installShellFiles
+7 −6
Original line number Diff line number Diff line
{
  "url": "https://github.com/polarmutex/tree-sitter-beancount",
  "rev": "321b12d0b02923c36e8cd9768afe6db5ced98e33",
  "date": "2024-07-19T21:09:17-04:00",
  "path": "/nix/store/v8yv84fm0n134mr5vmwbpr4cpyl71vxz-tree-sitter-beancount",
  "sha256": "1milrdb8ka5vkypl0b44xgfdn0haydg2fz7489djcwpjkx7gfrsg",
  "hash": "sha256-T2f3Tp/yciZbQuR8J17zCgLb3OuELECvn7uoiVbLNNY=",
  "rev": "07bfb0ec6d9e255d776cdd3362128364d2b0bb2f",
  "date": "2025-07-20T21:33:46-04:00",
  "path": "/nix/store/7q88wczdhi0ralm2fzdz7y42mxnsc34c-tree-sitter-beancount",
  "sha256": "0r2ql0n4wkwbcdjpklxhsk91xm8q8dl9n9rdlqk585xagmxf1w4b",
  "hash": "sha256-i/Dgen2qF1Qmpi0nm2hDGNUe0tSw03llY4tPTiygWGQ=",
  "fetchLFS": false,
  "fetchSubmodules": false,
  "deepClone": false,
  "fetchTags": false,
  "leaveDotGit": false
  "leaveDotGit": false,
  "rootDir": ""
}
+2 −1
Original line number Diff line number Diff line
@@ -9,5 +9,6 @@
  "fetchSubmodules": false,
  "deepClone": false,
  "fetchTags": false,
  "leaveDotGit": false
  "leaveDotGit": false,
  "rootDir": ""
}
+2 −1
Original line number Diff line number Diff line
@@ -9,5 +9,6 @@
  "fetchSubmodules": false,
  "deepClone": false,
  "fetchTags": false,
  "leaveDotGit": false
  "leaveDotGit": false,
  "rootDir": ""
}
+2 −1
Original line number Diff line number Diff line
@@ -9,5 +9,6 @@
  "fetchSubmodules": false,
  "deepClone": false,
  "fetchTags": false,
  "leaveDotGit": false
  "leaveDotGit": false,
  "rootDir": ""
}
Loading