vim: 8.1.0146 -> 8.1.0348 (#46181)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
vim
This commit is contained in:
R. RyanTM 2018-09-15 08:02:58 -07:00 committed by xeji
parent 6f27a91eb5
commit 6fcbae1e9c

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
rec { rec {
version = "8.1.0146"; version = "8.1.0348";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
sha256 = "1v33h08j15zii0ipw5py18ghsaxlbar0nyx365z1acjhk4vhn9nb"; sha256 = "0f18kpywnph708mvj1fpi06qb53nbhc26ngjh2kvfxwawn63k8ab";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;