Skip to content

Commit

Permalink
vim: 8.0.0442 -> 8.0.1150
Browse files Browse the repository at this point in the history
(cherry picked from commit 6498ac6)
  • Loading branch information
vaibhavsagar authored and LnL7 committed Sep 26, 2017
1 parent 0405eaf commit 189ec71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.0.0442";
version = "8.0.1150";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "1pyyrkb7k5vhm1ijrh4v2f50lxhrgga5mm0gvmz4v704z0h585yg";
sha256 = "1k1qkmb2jbymqikrp99q1yjagdf508xzabrw7b08dlh926b2v23j";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 189ec71

Please sign in to comment.