summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authoryoctocell <attocell.name@protonmail.com>2020-08-05 10:22:53 +0200
committeryoctocell <attocell.name@protonmail.com>2020-08-05 10:22:53 +0200
commit7f137849e8612ffa0de59871ec95956c41c83697 (patch)
treea0ab24f675f33c4c37644fbeb080c27b74824e58 /pkgs/applications/editors/neovim
parent98ebda65a1fb0fb18c46b31c8a5a9b3e45dd2dda (diff)
neovim: 0.4.3 -> 0.4.4
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 0d54817c5340..e56e7d938073 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "neovim-unwrapped";
- version = "0.4.3";
+ version = "0.4.4";
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
- sha256 = "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj";
+ sha256 = "11zyj6jvkwas3n6w1ckj3pk6jf81z1g7ngg4smmwm7c27y2a6f2m";
};
patches = [