Skip to content

Commit

Permalink
vim: 8.2.0013 -> 8.2.0227
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Feb 16, 2020
1 parent 1083046 commit 452f481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.0013";
version = "8.2.0227";

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

enableParallelBuilding = true;
Expand Down

0 comments on commit 452f481

Please sign in to comment.