summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-11-12 01:05:22 +0100
committerGitHub <noreply@github.com>2019-11-12 01:05:22 +0100
commit5979caeab0e1479264d3af7b85560fbc28541660 (patch)
tree23b652b11edbabc29915de03c41b80dfc9fc2963 /pkgs/applications/editors/vim
parent1569632bf826a9e5e2bde839d7bbc67e39d586de (diff)
parent02c3bcee61b6bbe61f34b043c1b511776039ed00 (diff)
Merge pull request #72687 from r-ryantm/auto-update/vim
vim: 8.1.2188 -> 8.1.2237
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 9d22cdbf4a86..0a099ea630d3 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.2188";
+ version = "8.1.2237";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "0ixq96l991b84sj66v63ds61yr75gx5zz411213yn6bz3s2fvlcv";
+ sha256 = "1qwh3cw5zmjmnk07g0nc8nz8k5nlq9ilvvygnfdjy1fqg69q8p0h";
};
enableParallelBuilding = true;