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

View File

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