Merge pull request #37244 from ryantm/auto-update/vim

vim: 8.0.1451 -> 8.0.1605
This commit is contained in:
Jörg Thalheim 2018-03-17 14:11:36 +00:00 committed by GitHub
commit 2f07f28707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
rec { rec {
version = "8.0.1451"; version = "8.0.1605";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
sha256 = "1vxd5mr8c62qyf7ax7gi2wka48282yplckq91154yd55xcqw36zx"; sha256 = "0a8zf43q806py14vq1frm350wycn47cmanj1hn1i7bqx1gdgcal9";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;