about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 16:52:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 16:52:13 -0700
commita529bc7f596e808ad612d2a7f50de297d8681978 (patch)
treee97a810ac92faa4ce10ea4dd88bb77c02d2b0848 /pkgs/applications/editors/vim
parenta381d42221b9fcd171fd892c75b6ea83eda36adb (diff)
downloadnixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar.gz
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar.bz2
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar.lz
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar.xz
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.tar.zst
nixlib-a529bc7f596e808ad612d2a7f50de297d8681978.zip
vim: 8.1.0675 -> 8.1.1234
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
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 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;