diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-05-24 15:44:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-05-24 15:44:00 +0530 |
| commit | 210d4bf063d10a723f66029c2a12610e479d172c (patch) | |
| tree | b76f2e1cfe1b4418da5262f460962a4076bd64ed /modules/kakoune/kak-tree-sitter.nix | |
| parent | 76739904202a362ffaa3e9e2ab99a55889419744 (diff) | |
| download | nixos-config-210d4bf063d10a723f66029c2a12610e479d172c.tar.gz nixos-config-210d4bf063d10a723f66029c2a12610e479d172c.zip | |
Update kakoune plugins
Diffstat (limited to 'modules/kakoune/kak-tree-sitter.nix')
| -rw-r--r-- | modules/kakoune/kak-tree-sitter.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/kakoune/kak-tree-sitter.nix b/modules/kakoune/kak-tree-sitter.nix index abd0d79..6be9a76 100644 --- a/modules/kakoune/kak-tree-sitter.nix +++ b/modules/kakoune/kak-tree-sitter.nix @@ -7,11 +7,11 @@ rustPlatform.buildRustPackage rec { src = fetchFromSourcehut { owner = "~hadronized"; repo = "kak-tree-sitter"; - rev = "5fe17202e3b818da0f12790d8186fd5ea5e22f6b"; # 28 Feb 2026 - hash = "sha256-z89g58Dr+c1TW9qQVpry1HRNcbxOCIMcNsc+u3KGtFo="; + rev = "e4e1d270129c985cbf2a39e23ef1e41323bfc84e"; # 24 May 2026 + hash = "sha256-+bu5Z6bntJYQ3x/NdBiMeZ4mnhLqFoF1jcUh422FMPQ="; }; - cargoHash = "sha256-ink1qZD/ujLi/PlJRej5rByBka5a6pPVMP+Y1YlTE1c="; + cargoHash = "sha256-ztVBBeLU1AByDz3yVDMZ102bDG6JfL/6IoJlcqRmCmU="; meta = { mainProgram = "kak-tree-sitter"; |
