neovim: 0.7.0 -> 0.7.2

This commit is contained in:
José Luis Lafuente 2022-06-30 11:20:52 +02:00 committed by Matthieu Coudron
parent 9e106c15a4
commit 1316546506

View File

@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "neovim-unwrapped";
version = "0.7.0";
version = "0.7.2";
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
sha256 = "sha256-eYYaHpfSaYYrLkcD81Y4rsAMYDP1IJ7fLJJepkACkA8=";
sha256 = "sha256-eKKQNM02Vhy+3yL2QV+0FSEpcniEa5Aq6hkAUIgLo1k=";
};
patches = [