summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-24 15:59:49 +0200
committerGitHub <noreply@github.com>2019-08-24 15:59:49 +0200
commit783a689dedd4d77f2812571d6441eb72873197dc (patch)
treedcb9b542b8b35b6e50d678506fb8f12d6495e41a
parent1538b64280fe39b1876f7268092d7fd43c80333f (diff)
parent0fdf3933fb3341904c9f8625c8fd7c14c7dcba17 (diff)
downloadnixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar.gz
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar.bz2
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar.lz
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar.xz
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.tar.zst
nixpkgs-783a689dedd4d77f2812571d6441eb72873197dc.zip
Merge pull request #67157 from r-ryantm/auto-update/vim
vim: 8.1.1547 -> 8.1.1866
-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..8438e2f4c27 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.1866";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "01v35wq8wjrbzmdf5r02gp0sfa9yyfswsi3fqzn94cd68qhskkpr";
+    sha256 = "00db529ynin71b5drch9rd9l85bcqdpbsl3mcc0xnv770f97sa0w";
   };
 
   enableParallelBuilding = true;