summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-01-19 10:28:22 +0100
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-01-24 09:08:11 +0100
commitc0c238c13107304c3b2eaffe38d5198f6d20b054 (patch)
treeda2464774f6de2bee2f7261fb7125318beaa423b
parentvim: 8.2.3848 -> 8.2.3877 (diff)
downloadnixpkgs-c0c238c13107304c3b2eaffe38d5198f6d20b054.tar.gz
vim: 8.2.3877 -> 8.2.4186
(cherry picked from commit ea5a1dd5e7c0afb3c14e1a27e3d2ebfaef9ff52b)
-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 42cae7992853..51a9b9af5bfd 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.3877";
+ version = "8.2.4186";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "sha256-NqTO2TdhOs63eP7CdWY9U9nbR7No3hqPV5rGhYF9arA=";
+ sha256 = "0g276mbmq69z7c4kgj59r0azxmx9ih2sd8v83dx2gfph6wgw65ph";
};
enableParallelBuilding = true;