neovim

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

commit 31d5730995dd0026295ec87d7b118dd80c739d88
parent 72110da567d761195912236222e0cbdebb0cc003
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu, 13 Nov 2025 21:45:21 +0100

build(deps): bump utf8proc to v2.11.1

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.11.0.tar.gz -UTF8PROC_SHA256 c24379b5fa0a429a1f9a3fc23b44a75f2b141a34c09146a529a55d20a5808070 +UTF8PROC_URL https://github.com/juliastrings/utf8proc/archive/v2.11.1.tar.gz +UTF8PROC_SHA256 dc146fd279eacbbf399d3f70932ce66f516aac2d13f8ec2d26a30f8ed70aa5b4 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.11.0#d7bf128df773c2a1a7242eb80e51e91a769fc985", - .hash = "N-V-__8AAKqkKADwgwHv0SkVM-huIogBSuyLemZwnmSdEb1R", + .url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.1#53f0bac76f5d5bd3ed69d1a06ee5b200c8940610", + .hash = "N-V-__8AAEmnKADrO-sasMEghlX7HQYra9O95u2w_4wdycuU", }, }, }