summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 22:36:41 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 22:36:41 +0000
commit8d28b320b90802a07167f0559a06f51f71fcd0f6 (patch)
tree26612d1cae030d99260c43013f0b73c87e122270 /pkgs/applications/editors/vim
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
vim: 8.2.0701 -> 8.2.1123
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 47e71e2da4d1..5be7078173e0 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.0701";
+ version = "8.2.1123";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "1cbh2nhbvhp4kclc9fd8gqij2vi11c5zwdwn1nzg805k06hwmsrp";
+ sha256 = "01fgfm5pnmbq12z84d7g3x0iq5gj1irdyihx41c4r2bww55v5q0c";
};
enableParallelBuilding = true;