about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 10:47:21 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 21:17:47 -0700
commitbacc6dcd5612a603d17f51dc77c1f6ada05e85cb (patch)
treeb2a4189e78a543512a692088fa854295e290b997 /pkgs/applications/editors
parent64e1aaae8a534516d1d99255505781443acfd5cd (diff)
downloadnixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar.gz
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar.bz2
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar.lz
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar.xz
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.tar.zst
nixlib-bacc6dcd5612a603d17f51dc77c1f6ada05e85cb.zip
vim: 8.1.1967 -> 8.1.2188
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')
-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 567da2a08f20..9d22cdbf4a86 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.1967";
+  version = "8.1.2188";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "0cdfi67jwv8j982i1jxdfqv4aqglig8f0hzadgygk69i0wwkymwk";
+    sha256 = "0ixq96l991b84sj66v63ds61yr75gx5zz411213yn6bz3s2fvlcv";
   };
 
   enableParallelBuilding = true;