about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorScott Milliken <scott@deltaex.com>2015-11-01 18:27:25 -0800
committerRok Garbas <rok@garbas.si>2015-11-02 12:50:54 +0100
commitf89ddefd97651fb9716a6b64651db30c0747d080 (patch)
tree7fa95222ad6dfe599500f4f8421a5aed58d93274 /pkgs/applications/editors/neovim
parentd3701275823f7c8ebd5cf62f6a9ac8452f0cb514 (diff)
neovim: update to 0.1.0., closes #10787
Diffstat (limited to 'pkgs/applications/editors/neovim')
-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 252a1e93c6420..d70674ca415f1 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -15,7 +15,7 @@ with stdenv.lib;
 
 let
 
-  version = "2015-10-12";
+  version = "0.1.0";
 
   # Note: this is NOT the libvterm already in nixpkgs, but some NIH silliness:
   neovimLibvterm = let version = "2015-02-23"; in stdenv.mkDerivation {
@@ -63,8 +63,8 @@ let
     name = "neovim-${version}";
 
     src = fetchFromGitHub {
-      sha256 = "1rlybdldz708pz7k0qs2rpm0cjk8ywwyj5s38hyq4mzsswqszdsc";
-      rev = "a3f048ee06dea15490d7b874d295c3fc850cdc51";
+      sha256 = "1704f3dqf5p6hicpzf0pi21n6ymylra9prsm4azvqp86allmvnfx";
+      rev = "c4826c300340a9e4df20964a14650caf64fc1b58";
       repo = "neovim";
       owner = "neovim";
     };