summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 09:32:21 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-20 14:13:43 +0200
commit2b974b576c6ed8b32316f803e82635203b2177ba (patch)
treeca158b5ed3f438664a68fedc3a252f4ab6de89e3 /pkgs/applications/editors/vim
parent69b233e7047504d8708e7f40445874bf7245dc0b (diff)
vim: 8.1.1432 -> 8.1.1547
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vim/versions
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 2e4d494a0dbb..63d8add3a012 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
- version = "8.1.1432";
+ version = "8.1.1547";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "0f8isi84dcmsfvvjzayys57zf4j56wngnpn9hfj0jn1z7x3vdbww";
+ sha256 = "01v35wq8wjrbzmdf5r02gp0sfa9yyfswsi3fqzn94cd68qhskkpr";
};
enableParallelBuilding = true;