about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-19 23:13:39 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-19 23:13:39 +0300
commitd5d80590fb41bcebfbe3501b18c66949ff4f289e (patch)
tree0dba6373f318b8a638bb38bda060bab2b90d115e /pkgs
parentd9d96ff40d386d15e898d0da98f80de037e8cecb (diff)
parent2e80f19f39891210a30f2ee214fa2856aeedbf86 (diff)
downloadnixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar.gz
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar.bz2
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar.lz
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar.xz
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.tar.zst
nixlib-d5d80590fb41bcebfbe3501b18c66949ff4f289e.zip
Merge pull request #14832 from aneeshusa/update-neovim-to-0.1.3
neovim: 0.1.2 -> 0.1.3
Diffstat (limited to 'pkgs')
-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 7d23ae5bbbdd..6513e78ef86c 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -60,10 +60,10 @@ let
 
   neovim = stdenv.mkDerivation rec {
     name = "neovim-${version}";
-    version = "0.1.2";
+    version = "0.1.3";
 
     src = fetchFromGitHub {
-      sha256 = "128aznp2gj08bdz05ri8mqday7wcsy9yz7dw7vdgzk0pk23vjz89";
+      sha256 = "1bkyfxsgb7894848nphsi6shr8bvi9z6ch0zvh2df7vkkzji8chr";
       rev = "v${version}";
       repo = "neovim";
       owner = "neovim";
@@ -134,7 +134,7 @@ let
           modifications to the core source
         - Improve extensibility with a new plugin architecture
       '';
-      homepage    = http://www.neovim.io;
+      homepage    = https://www.neovim.io;
       # "Contributions committed before b17d96 by authors who did not sign the
       # Contributor License Agreement (CLA) remain under the Vim license.
       # Contributions committed after b17d96 are licensed under Apache 2.0 unless