Skip to content

Commit

Permalink
vim: 8.0.0075 -> 8.0.0329
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Feb 15, 2017
1 parent eda8ee2 commit d2d12c2
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.0075";
version = "8.0.0329";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "1imhvrd90f797jlbzvx8sc08h53s55ns6jxy1kl5kh8lz1qq455w";
sha256 = "0dcvj2la5g6s87mx3vm96jk904xfmqbwi0jyds9bd3qgbpnn80r1";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit d2d12c2

Please sign in to comment.