neovim: 0.3.2 -> 0.3.3

This commit is contained in:
Roman Volosatovs 2019-01-06 21:49:16 +01:00
parent 6d5cc1beb4
commit b4ed953bb2
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -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;