mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
committed by
github-actions[bot]
parent
37d4a4ba2c
commit
80f3bfeffe
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user