vim-plugins/table-mode: 2017 -> 2018

This commit is contained in:
Anders Sildnes 2018-01-16 16:53:05 +01:00
parent 18ce75d24c
commit d2bec58233
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
1 changed files with 3 additions and 3 deletions

View File

@ -2299,11 +2299,11 @@ rec {
};
table-mode = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "table-mode-2017-10-26";
name = "table-mode-2018-01-04";
src = fetchgit {
url = "git://github.com/dhruvasagar/vim-table-mode";
rev = "40fe641708c58476c3a1b9aeafb68dd888d4920b";
sha256 = "1rb2jq81965gpziqxlljr2bqjyfbikqa9ncxaaak3x61prn4z084";
rev = "b25fe6f9f0f0b704d05ebd05edbbf0be3038cef9";
sha256 = "14ykj2yrwi8k6mkzg0vi4favwg88l8c7zf7m6qzvndpjqw8jggdy";
};
dependencies = [];