vim: 8.0.1655 -> 8.1.0001

This commit is contained in:
Dmitry Kalinkin 2018-05-19 00:29:50 -04:00
parent 6c5d860c8b
commit c2ed843f38
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.0.1655";
version = "8.1.0001";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "1c6raqjaxgsjazn4l7wqg2cscd5i4bz9m2g2xhn9ba1injs7mps1";
sha256 = "056h9cyysyh6hqsr1s9xg94la554f56lwnpk87g013xmqf37bna6";
};
enableParallelBuilding = true;