neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 423eaf1b13c58d8e7e49696c6aa1ee3accdc9ee5
parent 0f64f0f5b66b19a6d118d88a54a2a2d069b602c6
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu, 11 Sep 2025 08:24:42 +0200

build(deps): bump utf8proc to v2.11.0

Diffstat:
Mcmake.deps/deps.txt | 4++--
Mdeps/utf8proc/build.zig.zon | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt @@ -31,8 +31,8 @@ GETTEXT_SHA256 66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c LIBICONV_URL https://github.com/neovim/deps/raw/b9bf36eb31f27e8136d907da38fa23518927737e/opt/libiconv-1.17.tar.gz LIBICONV_SHA256 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313 -UTF8PROC_URL https://github.com/JuliaStrings/utf8proc/archive/v2.10.0.tar.gz -UTF8PROC_SHA256 6f4f1b639daa6dca9f80bc5db1233e9cbaa31a67790887106160b33ef743f136 +UTF8PROC_URL https://github.com/juliastrings/utf8proc/archive/v2.11.0.tar.gz +UTF8PROC_SHA256 c24379b5fa0a429a1f9a3fc23b44a75f2b141a34c09146a529a55d20a5808070 TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.1.tar.gz TREESITTER_C_SHA256 25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48 diff --git a/deps/utf8proc/build.zig.zon b/deps/utf8proc/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ .utf8proc = .{ - .url = "git+https://github.com/JuliaStrings/utf8proc?ref=v2.10.0#a1b99daa2a3393884220264c927a48ba1251a9c6", - .hash = "N-V-__8AAPJfKADYDOC95xuKyudrlob6eFqgzfFl8NbpOoU9", + .url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.0#d7bf128df773c2a1a7242eb80e51e91a769fc985", + .hash = "N-V-__8AAKqkKADwgwHv0SkVM-huIogBSuyLemZwnmSdEb1R", }, }, }