aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authoraverelld <averelld@users.noreply.github.com>2019-09-03 22:34:37 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2019-09-03 22:34:37 +0200
commit42607bb05904dbd05895cc584401a714ca71a3f3 (patch)
treeea8e3cfbeb8d248328947e85e71c8fdb05a5c31d /pkgs/applications/editors/vim
parentbafe56c685d134af434e6d4a64eafe18cf8bc13e (diff)
vim: 8.1.1547 -> 8.1.1967 (#68011)
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 63d8add3a01..567da2a08f2 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.1547";
+ version = "8.1.1967";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "01v35wq8wjrbzmdf5r02gp0sfa9yyfswsi3fqzn94cd68qhskkpr";
+ sha256 = "0cdfi67jwv8j982i1jxdfqv4aqglig8f0hzadgygk69i0wwkymwk";
};
enableParallelBuilding = true;