about summary refs log tree commit diff
path: root/pkgs/applications/editors
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
parent640186a8668c413dc89d5fa82f271a82fb4c379a (diff)
downloadnixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar.gz
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar.bz2
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar.lz
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar.xz
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.tar.zst
nixlib-1c7bcaa6db01a7f82e3927d2df9e5a5ca0316f94.zip
vim: 8.2.0343 -> 8.2.0510
Diffstat (limited to 'pkgs/applications/editors')
-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;