vim: 8.1.0535 -> 8.1.0578

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
This commit is contained in:
R. RyanTM 2018-12-13 22:39:25 -08:00 committed by Jörg Thalheim
parent 5aca804758
commit 7da09859a7
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.1.0535";
version = "8.1.0578";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "0kgh213ca2qfrwdqfimrnhlxidjbrg26icxw00rivjiv1blii7ck";
sha256 = "0sawqxp2737y6mga9da36qya47h0idnnaxblzpsx8clw002piyv2";
};
enableParallelBuilding = true;