summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-23 06:51:24 -0700
committerSilvan Mosberger <infinisil@icloud.com>2018-10-26 23:31:16 +0200
commit4552801c817f84f864ba3e27ba8695e5693c7373 (patch)
tree935e6bd6f7dfc677c49f7f40cd6135cac6d07487 /pkgs/applications/editors/vim
parentef121cd54d6866a1884fdaec57294ba276ffe9b0 (diff)
downloadnixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar.gz
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar.bz2
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar.lz
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar.xz
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.tar.zst
nixpkgs-4552801c817f84f864ba3e27ba8695e5693c7373.zip
vim: 8.1.0450 -> 8.1.0490
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 dcec9fdfef9..6d92c047157 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.0450";
+  version = "8.1.0490";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "1zhggpn4i704apfqn2kqr717kz9dvkjwnbmc3ydza621zjyrnxb2";
+    sha256 = "0gmlz2w066pcrn0jzpv3gk1qwx148f33gvgf5nkfy4nl1ljki81r";
   };
 
   enableParallelBuilding = true;