about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-09-26 23:05:33 +0200
committerGitHub <noreply@github.com>2017-09-26 23:05:33 +0200
commit10c732319300f851ca7af5eda02ef943d84ebef7 (patch)
treeac292b0057525d4b49c0598485d81f011e760361 /pkgs
parent6ab200b066befbe86b3f9349531100edbf5130c4 (diff)
parent6498ac609acb2db60a75556315de27bd982132af (diff)
downloadnixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar.gz
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar.bz2
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar.lz
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar.xz
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.tar.zst
nixlib-10c732319300f851ca7af5eda02ef943d84ebef7.zip
Merge pull request #29811 from vaibhavsagar/upgrade-vim
vim: 8.0.0442 -> 8.0.1150
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 1d661014c772..18e1df4575da 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.0442";
+  version = "8.0.1150";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "1pyyrkb7k5vhm1ijrh4v2f50lxhrgga5mm0gvmz4v704z0h585yg";
+    sha256 = "1k1qkmb2jbymqikrp99q1yjagdf508xzabrw7b08dlh926b2v23j";
   };
 
   enableParallelBuilding = true;