neovim[-unwrapped]: 0.11.2 -> 0.11.3

Diff:
https://github.com/neovim/neovim/compare/refs/tags/v0.11.2...refs/tags/v0.11.3

Changelog: https://github.com/neovim/neovim/releases/tag/v0.11.3
(cherry picked from commit 126da66866)
This commit is contained in:
Gaetan Lepage
2025-07-14 15:09:06 +02:00
committed by github-actions[bot]
parent 37d4a4ba2c
commit 80f3bfeffe

View File

@@ -95,7 +95,7 @@ stdenv.mkDerivation (
in
{
pname = "neovim-unwrapped";
version = "0.11.2";
version = "0.11.3";
__structuredAttrs = true;
@@ -103,7 +103,7 @@ stdenv.mkDerivation (
owner = "neovim";
repo = "neovim";
tag = "v${finalAttrs.version}";
hash = "sha256-sNunEdIFrSMqYaNg0hbrSXALRQXxFkdDOl/hhX1L1WA=";
hash = "sha256-B/An+SiRWC3Ea0T/sEk8aNBS1Ab9OENx/l4Z3nn8xE4=";
};
patches = [