neovim-unwrapped: 0.11.5 -> 0.11.6

Diff: https://github.com/neovim/neovim/compare/v0.11.5...v0.11.6

Changelog: https://github.com/neovim/neovim/releases/tag/v0.11.6
This commit is contained in:
Gaetan Lepage
2026-01-26 22:20:53 +00:00
parent 1f9999b029
commit fda6b0917a
+2 -2
View File
@@ -95,7 +95,7 @@ stdenv.mkDerivation (
in
{
pname = "neovim-unwrapped";
version = "0.11.5";
version = "0.11.6";
__structuredAttrs = true;
@@ -103,7 +103,7 @@ stdenv.mkDerivation (
owner = "neovim";
repo = "neovim";
tag = "v${finalAttrs.version}";
hash = "sha256-OsvLB9kynCbQ8PDQ2VQ+L56iy7pZ0ZP69J2cEG8Ad8A=";
hash = "sha256-GdfCaKNe/qPaUV2NJPXY+ATnQNWnyFTFnkOYDyLhTNg=";
};
strictDeps = true;