neovim: 0.9.1 -> 0.9.2

This commit is contained in:
Gaetan Lepage 2023-09-07 13:08:00 +02:00
parent f718d9b5d2
commit b352ab677b

View File

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