Merge pull request #62590 from r-ryantm/auto-update/vim

vim: 8.1.1234 -> 8.1.1432
This commit is contained in:
Maximilian Bosch 2019-06-03 12:32:46 +02:00 committed by GitHub
commit 7c53ac0184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
rec { rec {
version = "8.1.1234"; version = "8.1.1432";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ywrgciwqh1kg93kfq54zh0gdxwzgy1h49wsjdsl6s4mfscmpwng"; sha256 = "0f8isi84dcmsfvvjzayys57zf4j56wngnpn9hfj0jn1z7x3vdbww";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;