summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-07 23:13:49 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-21 08:39:52 +0200
commit1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94 (patch)
tree2d19678ecfda0fe926887458900bb1b73ebc8b41 /pkgs/applications/editors/vim
parent640186a8668c413dc89d5fa82f271a82fb4c379a (diff)
vim: 8.2.0343 -> 8.2.0510
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 03b7d57b49dc..8bdc0c0753c0 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
- version = "8.2.0343";
+ version = "8.2.0510";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "063i52h8v7f87zamrw2ph057f0x2nzwf1s0izrm2psy41cyf4wa3";
+ sha256 = "16ggwf238pzzkn3ng6n09qz9cgdzha9vc0ghlcxhwilnjh12l7p9";
};
enableParallelBuilding = true;