neovim: 0.9.2 -> 0.9.4

This commit is contained in:
Gaetan Lepage 2023-10-10 07:51:18 +02:00 committed by Matthieu Coudron
parent 45584b3e5a
commit b8eebcad82

View file

@ -70,13 +70,13 @@ let
in
stdenv.mkDerivation rec {
pname = "neovim-unwrapped";
version = "0.9.2";
version = "0.9.4";
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
hash = "sha256-kKstlq1BzoBAy+gy9iL1auRViJ223cVpAt5X7pUWT1U=";
hash = "sha256-Lyo98cAs7Zhx23N4s4f3zpWFKYJMmXleWpt3wiVDQZo=";
};
patches = [