neovim-unwrapped: 0.11.5 -> 0.11.6 (#484182)

This commit is contained in:
Gaétan Lepage
2026-01-27 14:19:59 +00:00
committed by GitHub
+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;