neovim: 0.10.2 -> 0.10.3
Diff: https://github.com/neovim/neovim/compare/v0.10.2...v0.10.3 Changelog: https://github.com/neovim/neovim/releases/tag/v0.10.3
This commit is contained in:
@@ -95,7 +95,7 @@ stdenv.mkDerivation (
|
||||
in
|
||||
{
|
||||
pname = "neovim-unwrapped";
|
||||
version = "0.10.2";
|
||||
version = "0.10.3";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation (
|
||||
owner = "neovim";
|
||||
repo = "neovim";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-+qjjelYMB3MyjaESfCaGoeBURUzSVh/50uxUqStxIfY=";
|
||||
hash = "sha256-nmnEyHE/HcrwK+CyJHNoLG0BqjnWleiBy0UYcJL7Ecc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user