mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
neovim-unwrapped: 0.11.1 -> 0.11.2
https://github.com/neovim/neovim/releases/tag/v0.11.2
This commit is contained in:
parent
0c18cd14c4
commit
6521a81b43
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ stdenv.mkDerivation (
|
|||
in
|
||||
{
|
||||
pname = "neovim-unwrapped";
|
||||
version = "0.11.1";
|
||||
version = "0.11.2";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
@ -103,7 +103,7 @@ stdenv.mkDerivation (
|
|||
owner = "neovim";
|
||||
repo = "neovim";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-kJvKyNjpqIKa5aBi62jHTCb1KxQ4YgYtBh/aNYZSeO8=";
|
||||
hash = "sha256-sNunEdIFrSMqYaNg0hbrSXALRQXxFkdDOl/hhX1L1WA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue