summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-10 21:33:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-10 21:33:28 +0000
commit1ad856542297c3d0a8536a91a6bd39d1371909cf (patch)
tree163f022457e4aef5bd92d951a6112cafb778058c /pkgs/applications/editors/vim
parent2e192dc5dbfb144d5ca38e42cc4b5dac668140b3 (diff)
vim: 8.2.0510 -> 8.2.0701
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 8bdc0c0753c0..47e71e2da4d1 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.0510";
+ version = "8.2.0701";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "16ggwf238pzzkn3ng6n09qz9cgdzha9vc0ghlcxhwilnjh12l7p9";
+ sha256 = "1cbh2nhbvhp4kclc9fd8gqij2vi11c5zwdwn1nzg805k06hwmsrp";
};
enableParallelBuilding = true;