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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user