Merge #62590: vim: 8.1.1234 -> 8.1.1432 (security)

(cherry picked from commit 7c53ac0184)
Picked from staging to master, as it's not really a big rebuild
and it includes an important security fix:
https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md
This commit is contained in:
Maximilian Bosch 2019-06-03 12:32:46 +02:00 committed by Vladimír Čunát
parent 57507ca0b1
commit a6549852e8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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;