summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-10 00:50:35 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-10 00:50:35 +0200
commitef9454709313cbebdf1263a63de220b39c0f670a (patch)
tree72ace8441fe4322d2e66e277e1a48e598f4c724b /pkgs/applications/editors
parente1af50c4c4c0332136283e9231f0a32ac11f2b90 (diff)
downloadnixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar.gz
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar.bz2
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar.lz
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar.xz
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.tar.zst
nixlib-ef9454709313cbebdf1263a63de220b39c0f670a.zip
neovim -> 2015-06-09
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/neovim/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index f19c1b65e13a..814b05ced364 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -3,18 +3,18 @@
 , luabitop, ncurses, perl, pkgconfig, unibilium
 , withJemalloc ? true, jemalloc }:
 
-let version = "2015-05-26"; in
+let version = "2015-06-09"; in
 stdenv.mkDerivation rec {
   name = "neovim-${version}";
 
   src = fetchFromGitHub {
-    sha256 = "0sszpqlq0yp6r62zgcjcmnllc058wzzh9ccvgb2jh9k19ksszyhc";
-    rev = "5a9ad68b258f33ebd7fa0a5da47b308f50f1e5e7";
+    sha256 = "1lycql0lwi7ynrsaln4kxybwvxb9fvganiq3ba4pnpcfgl155k1j";
+    rev = "6270d431aaeed71e7a8782411f36409ab8e0ee35";
     repo = "neovim";
     owner = "neovim";
   };
 
-  # FIXME: this is NOT the libvterm already in nixpkgs, but some NIH silliness:
+  # Note: this is NOT the libvterm already in nixpkgs, but some NIH silliness:
   neovimLibvterm = let version = "2015-02-23"; in stdenv.mkDerivation rec {
     name = "neovim-libvterm-${version}";