Skip to content

Commit

Permalink
vim: 8.1.2407 -> 8.2.0013
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e50d4a)
  • Loading branch information
equirosa authored and NeQuissimus committed Jan 20, 2020
1 parent d50c6b3 commit 7cb9153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vim/common.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.1.2407";
version = "8.2.0013";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "1h23lncm8py0ip8p61y8hivmnd8fzf8xpwpkd73d3a3fpiyd2yx8";
sha256 = "00sc9zdjdww6f3svwf0nxpx8q2zp1n1r978h7ijapgvn2ysx2z1f";
};

enableParallelBuilding = true;
Expand All @@ -24,7 +24,7 @@ rec {
description = "The most popular clone of the VI editor";
homepage = http://www.vim.org;
license = licenses.vim;
maintainers = with maintainers; [ lovek323 ];
maintainers = with maintainers; [ lovek323 equirosa ];
platforms = platforms.unix;
};
}

0 comments on commit 7cb9153

Please sign in to comment.