neovim: 0.9.0 -> 0.9.1

authored by

Gaetan Lepage and committed by
Matthieu Coudron
f1423fd5 3890c1aa

+2 -11
+2 -11
pkgs/applications/editors/neovim/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, cmake, gettext, msgpack, libtermkey, libiconv 2 - , fetchpatch 3 , libuv, lua, ncurses, pkg-config 4 , unibilium, gperf 5 , libvterm-neovim ··· 37 in 38 stdenv.mkDerivation rec { 39 pname = "neovim-unwrapped"; 40 - version = "0.9.0"; 41 42 src = fetchFromGitHub { 43 owner = "neovim"; 44 repo = "neovim"; 45 rev = "v${version}"; 46 - hash = "sha256-4uCPWnjSMU7ac6Q3LT+Em8lVk1MuSegxHMLGQRtFqAs="; 47 }; 48 49 patches = [ ··· 51 # necessary so that nix can handle `UpdateRemotePlugins` for the plugins 52 # it installs. See https://github.com/neovim/neovim/issues/9413. 53 ./system_rplugin_manifest.patch 54 - 55 - # fix bug with the gsub directive 56 - # https://github.com/neovim/neovim/pull/23015 57 - (fetchpatch { 58 - name = "use-the-correct-replacement-args-for-gsub-directive.patch"; 59 - url = "https://github.com/neovim/neovim/commit/ccc0980f86c6ef9a86b0e5a3a691f37cea8eb776.patch"; 60 - hash = "sha256-sZWM6M8jCL1e72H0bAc51a6FrH0mFFqTV1gGLwKT7Zo="; 61 - }) 62 ]; 63 64 dontFixCmake = true;
··· 1 { lib, stdenv, fetchFromGitHub, cmake, gettext, msgpack, libtermkey, libiconv 2 , libuv, lua, ncurses, pkg-config 3 , unibilium, gperf 4 , libvterm-neovim ··· 36 in 37 stdenv.mkDerivation rec { 38 pname = "neovim-unwrapped"; 39 + version = "0.9.1"; 40 41 src = fetchFromGitHub { 42 owner = "neovim"; 43 repo = "neovim"; 44 rev = "v${version}"; 45 + hash = "sha256-G51qD7GklEn0JrneKSSqDDx0Odi7W2FjdQc0ZDE9ZK4="; 46 }; 47 48 patches = [ ··· 50 # necessary so that nix can handle `UpdateRemotePlugins` for the plugins 51 # it installs. See https://github.com/neovim/neovim/issues/9413. 52 ./system_rplugin_manifest.patch 53 ]; 54 55 dontFixCmake = true;