about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/default.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2015-10-10 19:24:19 +0100
committerJoe Hermaszewski <git@monoid.al>2015-10-10 20:29:06 +0100
commit36be2e9144e625154e786fbf6b9fd0affa927648 (patch)
tree5c34adaded798137a7d05f5f7f01a24376e5ba31 /pkgs/applications/editors/neovim/default.nix
parentd7c0612f4bf8f92cc75a29ed6619221ace049644 (diff)
downloadnixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar.gz
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar.bz2
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar.lz
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar.xz
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.tar.zst
nixlib-36be2e9144e625154e786fbf6b9fd0affa927648.zip
neovim: 2015-06-09 -> 2015-10-08
Diffstat (limited to 'pkgs/applications/editors/neovim/default.nix')
-rw-r--r--pkgs/applications/editors/neovim/default.nix6
1 files 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";
     };