neovim: 0.11.0 -> 0.11.1
Diff: https://github.com/neovim/neovim/compare/refs/tags/v0.11.0...refs/tags/v0.11.1 Changelog: https://github.com/neovim/neovim/releases/tag/v0.11.1
This commit is contained in:
@@ -95,7 +95,7 @@ stdenv.mkDerivation (
|
||||
in
|
||||
{
|
||||
pname = "neovim-unwrapped";
|
||||
version = "0.11.0";
|
||||
version = "0.11.1";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation (
|
||||
owner = "neovim";
|
||||
repo = "neovim";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-UVMRHqyq3AP9sV79EkPUZnVkj0FpbS+XDPPOppp2yFE=";
|
||||
hash = "sha256-kJvKyNjpqIKa5aBi62jHTCb1KxQ4YgYtBh/aNYZSeO8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user