summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-07 05:46:20 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-04-07 12:46:20 +0000
commit94169b166667723f250808420b1ae56a8cf58c01 (patch)
treeebbfa188ba53e0b46ef11d3801ac4890e04a079b /pkgs/applications/editors/vim
parent58668adaa3b3a43a8e8bf7c9af0b6c66a0de56d0 (diff)
vim: 8.1.0578 -> 8.1.0675 (#53172)
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
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vim/common.nix b/pkgs/applications/editors/vim/common.nix
index e0ac32c54ec5..2e3d092225f6 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
- version = "8.1.0578";
+ version = "8.1.0675";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "0sawqxp2737y6mga9da36qya47h0idnnaxblzpsx8clw002piyv2";
+ sha256 = "00nlh8f2rf0af3n434s0lp6idxlg4l7mi1lrlbz0xld9dsrzdmas";
};
enableParallelBuilding = true;