about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorRoman Volosatovs <rvolosatovs@riseup.net>2019-01-06 21:49:16 +0100
committerRoman Volosatovs <rvolosatovs@riseup.net>2019-01-06 21:49:31 +0100
commitb4ed953bb2f7486173ebc062296a1c2a04933b34 (patch)
treed7016ce318c35644f11e36be223820f729a8a0ca /pkgs/applications/editors/neovim
parent6d5cc1beb411066af96d6795823b07036baa093c (diff)
neovim: 0.3.2 -> 0.3.3
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 99c3c62663c98..1bc7f1688ea84 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -11,13 +11,13 @@ let
 
   neovim = stdenv.mkDerivation rec {
     name = "neovim-unwrapped-${version}";
-    version = "0.3.2";
+    version = "0.3.3";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "0gniick8jbra1xz5nmg9jyxr7dsnbh9n9bcbp7fq3acb2qnrd22y";
+      sha256 = "0jf39br0c7kkvmc8b5n9b3lgy9cmf5sv1gghzafc8qk54bqymy2f";
     };
 
     enableParallelBuilding = true;