Skip to content

Commit

Permalink
vim: 8.0.1245 -> 8.0.1257
Browse files Browse the repository at this point in the history
(cherry picked from commit 78eaae0)
Reason: Follow-up from 33f482e, this
*actually* was the version I've been testing for two weeks.
Signed-off-by: aszlig <aszlig@nix.build>
  • Loading branch information
dezgeg authored and aszlig committed Nov 15, 2017
1 parent 33f482e commit ccb2cc7
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.0.1245";
version = "8.0.1257";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "10nh8b2jgfbq4xvha0d2qashvdyqzvq96w8k6rl6793d8y7f3z8s";
sha256 = "1y4c7wn5gr7n4c2ni36kadr26aldydxlf06yj7nsmw22ywwg78ig";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit ccb2cc7

Please sign in to comment.