about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-01 07:20:07 -0600
committerWill Dietz <w@wdtz.org>2018-02-01 07:20:07 -0600
commit28f7f0794e978230117445aed783582ee9420e90 (patch)
tree79fc4e9bd34263312bd703048234b2aa5626e530 /pkgs
parentf92fd9554e680d04038762093d70ef416c70e1e6 (diff)
downloadnixlib-28f7f0794e978230117445aed783582ee9420e90.tar
nixlib-28f7f0794e978230117445aed783582ee9420e90.tar.gz
nixlib-28f7f0794e978230117445aed783582ee9420e90.tar.bz2
nixlib-28f7f0794e978230117445aed783582ee9420e90.tar.lz
nixlib-28f7f0794e978230117445aed783582ee9420e90.tar.xz
nixlib-28f7f0794e978230117445aed783582ee9420e90.tar.zst
nixlib-28f7f0794e978230117445aed783582ee9420e90.zip
vim: 8.0.1428 -> 8.0.1451
Changes:
https://github.com/vim/vim/compare/v8.0.1428...v8.0.1451
Diffstat (limited to 'pkgs')
-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 21b0f7a85d2c..5155f94eef52 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
 { lib, fetchFromGitHub }:
 rec {
-  version = "8.0.1428";
+  version = "8.0.1451";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "0pqqh7g96w8jfc5kvv2il6fcbhccwhk4k5skk52g1c1ixsblwz3y";
+    sha256 = "1vxd5mr8c62qyf7ax7gi2wka48282yplckq91154yd55xcqw36zx";
   };
 
   enableParallelBuilding = true;