From 36be2e9144e625154e786fbf6b9fd0affa927648 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sat, 10 Oct 2015 19:24:19 +0100 Subject: [PATCH] neovim: 2015-06-09 -> 2015-10-08 --- pkgs/applications/editors/neovim/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index c55d4b0e76a7..1cc39b6465c7 100644 --- a/pkgs/applications/editors/neovim/default.nix +++ b/pkgs/applications/editors/neovim/default.nix @@ -14,7 +14,7 @@ with stdenv.lib; let - version = "2015-06-09"; + version = "2015-10-08"; # Note: this is NOT the libvterm already in nixpkgs, but some NIH silliness: neovimLibvterm = let version = "2015-02-23"; in stdenv.mkDerivation { @@ -58,8 +58,8 @@ let name = "neovim-${version}"; src = fetchFromGitHub { - sha256 = "1lycql0lwi7ynrsaln4kxybwvxb9fvganiq3ba4pnpcfgl155k1j"; - rev = "6270d431aaeed71e7a8782411f36409ab8e0ee35"; + sha256 = "1kx4jsajl09klg0h0gzsv7mjz2kr09q4glznxwf8f5cncahgldfc"; + rev = "57d3a2a52fea57874d08472d0f8ee8f1bcee87c1"; repo = "neovim"; owner = "neovim"; };