about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-05-18 08:17:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-05-18 08:17:48 +0200
commit840e530934eb24f83788bb0933e304500ea0dc01 (patch)
treeb330ddaaaa66808ffe137eef0f48ce080d08bda9 /pkgs/applications/editors
parent365c82c4bb80585d827ecde76b105075aba94040 (diff)
parent2de2bc4be10637a7d8b11d40731954034ae3be57 (diff)
downloadnixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar.gz
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar.bz2
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar.lz
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar.xz
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.tar.zst
nixlib-840e530934eb24f83788bb0933e304500ea0dc01.zip
Merge staging into staging-next
Diffstat (limited to 'pkgs/applications/editors')
-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 2e3d092225f6..8f2986c1a49b 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.0675";
+  version = "8.1.1234";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "00nlh8f2rf0af3n434s0lp6idxlg4l7mi1lrlbz0xld9dsrzdmas";
+    sha256 = "1ywrgciwqh1kg93kfq54zh0gdxwzgy1h49wsjdsl6s4mfscmpwng";
   };
 
   enableParallelBuilding = true;