Merge pull request #7814 from jagajaga/vim_plugins

vimPlugins: update

+140 -138
+140 -138
pkgs/misc/vim-plugins/default.nix
··· 19 19 rec { 20 20 21 21 ### section I: manually mantained plugins 22 + airline = vim-airline; 23 + alternative = a; # backwards compat, added 2014-10-21 24 + command_T = command-t; # backwards compat, added 2014-10-18 25 + gitgutter = vim-gitgutter; 26 + haskellConceal = haskellconceal; # backwards compat, added 2014-10-18 27 + necoGhc = neco-ghc; # backwards compat, added 2014-10-18 28 + nerdcommenter = The_NERD_Commenter; 29 + stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18 30 + tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18 31 + youcompleteme = YouCompleteMe; 22 32 23 33 a = buildVimPlugin { 24 34 name = "a-git-2010-11-06"; ··· 32 42 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 33 43 }; 34 44 }; 35 - 36 - airline = vim-airline; 37 45 38 46 align = buildVimPlugin { 39 47 name = "align-git-2012-08-07"; ··· 47 55 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 48 56 }; 49 57 }; 50 - 51 - alternative = a; # backwards compat, added 2014-10-21 52 58 53 59 calendar = buildVimPlugin { 54 - name = "calendar-git-2015-03-19"; 60 + name = "calendar-git-2015-04-24"; 55 61 src = fetchgit { 56 62 url = "https://github.com/itchyny/calendar.vim.git"; 57 - rev = "a1b9d1a11e301a25bc48350da833469ef8bb6c9f"; 58 - sha256 = "a3a8da7890c5eedba72e2def86760b79092b3b5cf2ca3999deda5fa8eddecd49"; 63 + rev = "4149b7bdbe159d9a7670fea9238fe3acac618d67"; 64 + sha256 = "4a04a03343f94fcbdb0eca44ba1eef8e1669f31e7aa5bf411e6fca4e5b8cdb30"; 59 65 }; 60 66 meta = { 61 - homepage = https://github.com/itchyny/calendar.vim; 67 + homepage = https://github.com/itchyny/calendar.vim.git; 62 68 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 63 69 }; 64 70 }; 65 71 66 - command-t = buildVimPlugin rec { 67 - name = "command-t-git-2015-01-12"; 72 + 73 + command-t = buildVimPlugin { 74 + name = "command-t-git-2015-04-29"; 68 75 src = fetchgit { 69 76 url = "https://github.com/wincent/Command-T"; 70 - rev = "13760a725779b65fa0f2ebef51806f3c05a52550"; 71 - sha256 = "0cb284w1m8sxcc8ph64pm0cvqslpixss593a1ffnx9c09g6d7m8w"; 77 + rev = "f7344ebbe95c532b2ad01f19877d6d611db0193b"; 78 + sha256 = "0l0ajdi3dj2w0zfvgy5fkyl8wln6r8x6ikqvr31rxxzkpwmyxmr1"; 72 79 }; 73 80 buildInputs = [ perl ruby ]; 74 81 buildPhase = '' ··· 79 86 ''; 80 87 }; 81 88 82 - command_T = command-t; # backwards compat, added 2014-10-18 83 - 84 89 easymotion = buildVimPlugin { 85 - name = "easymotion-git-2015-02-24"; 90 + name = "easymotion-git-2015-04-21"; 86 91 src = fetchgit { 87 - url = "https://github.com/lokaltog/vim-easymotion.git"; 88 - rev = "8acdfc60e58bb0600ded42a4f752bec6e3b6d882"; 89 - sha256 = "1177d1c06a16fe7c1e681a729d158a6cacf3fed9c14bd8c4ece35a069f21dc07"; 92 + url = "https://github.com/lokaltog/vim-easymotion"; 93 + rev = "9f1c449edfce6d61c7f620e3a9c1389b7b7e334f"; 94 + sha256 = "ba358f3acc120d9cf1854205bde0fa345d156e7f69a1854987e74bb137889c54"; 90 95 }; 91 96 meta = { 92 97 homepage = https://github.com/lokaltog/vim-easymotion; 93 98 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 94 99 }; 95 100 }; 96 - 101 + 102 + 97 103 eighties = buildVimPlugin { 98 - name = "eighties-git-2015-02-12"; 104 + name = "eighties-git-2015-04-16"; 99 105 src = fetchgit { 100 106 url = "https://github.com/justincampbell/vim-eighties"; 101 - rev = "5d0ebf5424adb8017bec049de0cd51f6fa427281"; 102 - sha256 = "b4216c805e54f923efcbd8d914f97883f135c989f33e87d2eee69b488b57e747"; 107 + rev = "d202e6015163bbb4f7c9973f2eac66c2351e8c24"; 108 + sha256 = "ad7341c8d7ab659b062a67f893962b08596466a6a3a3395f28a4f4031a36eb9c"; 103 109 }; 104 110 buildPhase = ":"; 105 111 meta = with stdenv.lib; { ··· 112 118 }; 113 119 114 120 115 - gitgutter = vim-gitgutter; 116 121 117 122 golang = buildVimPlugin { 118 123 name = "golang-git-2014-08-06"; ··· 153 158 }; 154 159 }; 155 160 156 - haskellConceal = haskellconceal; # backwards compat, added 2014-10-18 157 161 158 162 hasksyn = buildVimPlugin { 159 163 name = "hasksyn-git-2014-09-03"; ··· 222 226 }; 223 227 224 228 latex-box = buildVimPlugin { 225 - name = "latex-box-git-2015-03-05"; 229 + name = "latex-box-git-2015-05-11"; 226 230 src = fetchgit { 227 - url = "https://github.com/latex-box-team/latex-box.git"; 228 - rev = "0992511ad9b250cbe53bccbec3b0cb24feca64ec"; 229 - sha256 = "8e73020a4ad275dfb8887bfc6a85c8aa059a081feefb680b2fd7c85267137440"; 231 + url = "https://github.com/latex-box-team/latex-box"; 232 + rev = "ede8371663e89c6e033f8ae387590422b8ea6dd0"; 233 + sha256 = "1d0f5244e681cc5c972ad043ebc2b8b5f751ba216ca44d4c07821dcb641c5f3d"; 230 234 }; 231 235 meta = { 232 236 homepage = https://github.com/latex-box-team/latex-box; ··· 248 252 }; 249 253 250 254 neco-ghc = buildVimPlugin { 251 - name = "neco-ghc-git-2015-03-21"; 255 + name = "neco-ghc-git-2015-04-07"; 252 256 src = fetchgit { 253 - url = "https://github.com/eagletmt/neco-ghc.git"; 254 - rev = "7d2c360736679064986925873b8d1e2b1978d9f8"; 255 - sha256 = "3c4d1b00c79953e56379792a64df036075a456cb10a7b891e1691d04c9f15310"; 257 + url = "https://github.com/eagletmt/neco-ghc"; 258 + rev = "a45f4f98ee3f25eaa64a39328c253d4f78cd5fda"; 259 + sha256 = "50bd8530b435c3ba0e0f01b230d7717074002ec229ddcc0cb20ee59ef2a28d59"; 256 260 }; 257 261 meta = { 258 262 homepage = https://github.com/eagletmt/neco-ghc; 259 263 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 260 264 }; 261 265 }; 262 - 263 - necoGhc = neco-ghc; # backwards compat, added 2014-10-18 264 266 265 267 neocomplete = buildVimPlugin { 266 - name = "neocomplete-git-2015-03-24"; 268 + name = "neocomplete-git-2015-05-11"; 267 269 src = fetchgit { 268 - url = "https://github.com/Shougo/neocomplete.vim.git"; 269 - rev = "1ef1c33cfdcae43d8b3c6381c4f54f0e93a17287"; 270 - sha256 = "5c61629c30906aacc00924ab5aaad720aba0011df348ea8835b6aaa53199550a"; 270 + url = "https://github.com/Shougo/neocomplete.vim"; 271 + rev = "425eaacdaa126db647c1fc24c3357e6326c48bdc"; 272 + sha256 = "bb7dac68562fa5456aad0f993ee2caf962d53425e29659b7c5ae3d33d815a3ed"; 271 273 }; 272 274 meta = { 273 275 homepage = https://github.com/Shougo/neocomplete.vim; 274 276 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 275 277 }; 276 278 }; 279 + 277 280 278 281 neosnippet = buildVimPlugin { 279 - name = "neosnippet-git-2015-01-19"; 282 + name = "neosnippet-git-2015-05-04"; 280 283 src = fetchgit { 281 - url = "https://github.com/Shougo/neosnippet.vim.git"; 282 - rev = "044c9cb8ca46a5e27eec37198990c26fe707b02a"; 283 - sha256 = "c448fac34e432a496ec1d76e07b478b27e66e6e4ec99c1b3923e66c781b74fc8"; 284 + url = "https://github.com/Shougo/neosnippet.vim"; 285 + rev = "48689a972d41256b423aa635dff689868a48e5bd"; 286 + sha256 = "a46be238526e0e39b4561c9a53351bbb43a5fec3a912bdf0b86ab2f031ccc383"; 284 287 }; 285 288 meta = { 286 289 homepage = https://github.com/Shougo/neosnippet.vim; 287 290 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 288 291 }; 289 292 }; 293 + 290 294 291 295 neosnippet-snippets = buildVimPlugin { 292 - name = "neosnippet-snippets-git-2015-03-25"; 296 + name = "neosnippet-snippets-git-2015-05-10"; 293 297 src = fetchgit { 294 - url = "https://github.com/Shougo/neosnippet-snippets.git"; 295 - rev = "dfa436157c9e72f16f0f0d088fa181b37e226c2f"; 296 - sha256 = "00a65d1f6a1309acef42c0ca70f333ab355db521319c14db8247be38d28da730"; 298 + url = "https://github.com/Shougo/neosnippet-snippets"; 299 + rev = "c35446a74d3a5c11838a96b9f2e3673e56ced384"; 300 + sha256 = "92be7af28c0a64e8e3f0c5c7973fee36f7401d943ff97bd5deffe3f0e2760e5d"; 297 301 }; 298 302 meta = { 299 303 homepage = https://github.com/Shougo/neosnippet-snippets; ··· 302 306 }; 303 307 304 308 305 - nerdcommenter = The_NERD_Commenter; 306 - 307 309 quickrun = buildVimPlugin { 308 - name = "quickrun-git-2015-03-26"; 310 + name = "quickrun-git-2015-05-02"; 309 311 src = fetchgit { 310 - url = "https://github.com/thinca/vim-quickrun.git"; 311 - rev = "2d03b3a7405da0e95ff7f6f617843ba9f536395f"; 312 - sha256 = "803e902a083b79c70ea3f826a89864b8879897cd36a655d9e789a0d651127eb3"; 313 - }; 312 + url = "https://github.com/thinca/vim-quickrun"; 313 + rev = "b40cdc36c3600fd096323d3e08c3bbd5d55ec8a8"; 314 + sha256 = "32e5870ff9bb7ae3fdd2c279c6580935c0f3cd9b306ce34a9e14b227d59e193b"; 315 + }; 314 316 meta = { 315 - homepage = https://github.com/thinca/vim-quickrun; 317 + homepage = https://github.com/thinca/vim-quickrun; 316 318 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 317 319 }; 318 320 }; 321 + 319 322 320 323 racer = buildVimPlugin { 321 - name = "racer-git-2015-03-23"; 324 + name = "racer-git-2015-05-04"; 322 325 src = fetchgit { 323 326 url = "https://github.com/phildawes/racer"; 324 - rev = "c6f557bfd9a22d45476651fa95f7d8415ed897a8"; 325 - sha256 = "697d92e0acbb3a8c1d691eaebc008bec422060df10e3c4cf6fad448b30391852"; 327 + rev = "bf2373ec08b0be03598283bd610c5b61bdb8738c"; 328 + sha256 = "938516aef0674053886fcf032faa5ae87d14e4412c77aadd981dbe145a01ae51"; 326 329 }; 327 330 buildPhase = '' 328 331 find . -type f -not -name 'racer.vim' -exec rm -rf {} \; ··· 348 351 }; 349 352 350 353 stylish-haskell = buildVimPlugin { 351 - name = "stylish-haskell-git-2014-07-14"; 354 + name = "stylish-haskell-git-2015-05-10"; 352 355 src = fetchgit { 353 - url = "https://github.com/nbouscal/vim-stylish-haskell.git"; 354 - rev = "453fd203aee3d7305ea8e4088ff53bd1f5933d75"; 355 - sha256 = "c0e5010e1e8e56b179ce500387afb569f051c45b37ce92feb4350f293df96a8c"; 356 - }; 356 + url = "https://github.com/nbouscal/vim-stylish-haskell"; 357 + rev = "c664376ba814de3f87cb7641f90b2c6a9dd53671"; 358 + sha256 = "12a9aad40112200060c3ee86f96589a264db287bdfeb3eb6fdf0f22a6656a5f6"; 359 + }; 357 360 meta = { 358 - homepage = https://github.com/nbouscal/vim-stylish-haskell; 361 + homepage = https://github.com/nbouscal/vim-stylish-haskell; 359 362 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 360 363 }; 361 364 }; 362 365 363 - stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18 364 366 365 367 tabmerge = buildVimPlugin { 366 368 name = "tabmerge-git-2010-10-17"; ··· 424 426 }; 425 427 }; 426 428 427 - tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18 428 429 429 430 tslime = buildVimPlugin { 430 431 name = "tslime-git-2015-02-10"; ··· 484 485 }; 485 486 486 487 vimproc = buildVimPlugin { 487 - name = "vimproc-git-2015-02-23"; 488 + name = "vimproc-git-2015-05-10"; 488 489 src = fetchgit { 489 - url = "https://github.com/shougo/vimproc.vim.git"; 490 - rev = "0f68bcd93399ecbcde3eaa4efd09107314c9bdee"; 491 - sha256 = "850cb6d347f4c353782c48533f2dc6e3150a3982dc71efbd5f6b0a921264f939"; 490 + url = "https://github.com/shougo/vimproc.vim"; 491 + rev = "421827f0971a62ba3d67e2ed158a7d282c5d05bb"; 492 + sha256 = "158d6d3990528730dbf699326cfb402c33ab3322e5d7ab6c95d84b0bd6292aee"; 492 493 }; 493 494 buildInputs = [ which ]; 494 495 ··· 503 504 }; 504 505 }; 505 506 506 - vimshell = buildVimPlugin rec { 507 - name = "vimshell-git-2015-03-24"; 507 + vimshell = buildVimPlugin { 508 + name = "vimshell-git-2015-05-01"; 508 509 src = fetchgit { 509 510 url = "https://github.com/Shougo/vimshell.vim"; 510 - rev = "41d3ad325852e80588ab57c64433fa338789d6ac"; 511 - sha256 = "bf76ee252a3cbb121013ce10547cee7d31a64d10c46687ddfaa988e7c5baf095"; 511 + rev = "4939e10609c434becf6423b2f3876bb9c2be3464"; 512 + sha256 = "72bc6ca7b8ebcdf1d4617c73fc2688486f71a9f8b8601627fbbada3a4cfb28ca"; 512 513 }; 513 514 meta = with stdenv.lib; { 514 515 description = "An extreme shell that doesn't depend on external shells and is written completely in Vim script"; ··· 548 549 }; 549 550 550 551 watchdogs = buildVimPlugin { 551 - name = "watchdogs-git-2015-03-20"; 552 + name = "watchdogs-git-2015-04-16"; 552 553 src = fetchgit { 553 - url = "https://github.com/osyo-manga/vim-watchdogs.git"; 554 - rev = "01ba53074fd3bedd81f5aed2dcc4fec092f62ba9"; 555 - sha256 = "7b363779a0b035a0aaec025653a29e2f4dbd9e1518a34a6e993c43e8ec810d57"; 556 - }; 554 + url = "https://github.com/osyo-manga/vim-watchdogs"; 555 + rev = "5e3d1db592297f7d4c563900a6d224ff559f533e"; 556 + sha256 = "3d4c9624d86815dd47d7655eb58a703574f2ecb92238ae4e65dc67fc9960820a"; 557 + }; 557 558 meta = { 558 - homepage = https://github.com/osyo-manga/vim-watchdogs; 559 + homepage = https://github.com/osyo-manga/vim-watchdogs; 559 560 maintainers = [ stdenv.lib.maintainers.jagajaga ]; 560 561 }; 561 562 }; ··· 588 589 }; 589 590 }; 590 591 591 - YouCompleteMe = buildVimPlugin { 592 + 593 + YouCompleteMe = buildVimPlugin { 594 + name = "YouCompleteMe-git-2015-05-07"; 592 595 src = fetchgit { 593 - rev = "2f8109020644ad28e5cd795c29bc1150f87b3cb4"; 594 596 url = "https://github.com/Valloric/YouCompleteMe"; 595 - sha256 = "15d3dhxan602qxz2wixjf4pjrf210qwa51ckzyjyh5kqak9lx8pi"; 596 - }; 597 - name = "youcompleteme-2015-03-27"; 597 + rev = "295769ccfd304246c1fae847416a2a15771f7d98"; 598 + sha256 = "04qcbbxm3qhb2f3awhrwprffm3jh54z4ag6r49aa8xk0l9k8i8sp"; 599 + }; 598 600 599 601 buildInputs = [ 600 602 python cmake ··· 633 635 }; 634 636 }; 635 637 636 - youcompleteme = YouCompleteMe; 637 638 638 639 YUNOcommit = buildVimPlugin { 639 640 name = "YUNOcommit"; ··· 681 682 682 683 ### The following derivations are generated by nix#ExportPluginsForNix 683 684 684 - 685 685 "Colour_Sampler_Pack" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 686 686 name = "Colour_Sampler_Pack"; 687 687 src = fetchurl { ··· 698 698 699 699 }; 700 700 "Gist" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 701 - name = "Gist-2015-03-25"; 701 + name = "Gist-2015-05-06"; 702 702 src = fetchgit { 703 703 url = "git://github.com/mattn/gist-vim"; 704 - rev = "22eeb3a72f116818dec0e2f9fe3ea46443141b95"; 705 - sha256 = "9ecaa593267958c5860d6e34be5fc1e3280da5265a1fb35bdb2904163049325f"; 704 + rev = "6130b8ee438ad55572c5de1cb974ef824163a1f4"; 705 + sha256 = "5142abefc6f5eaf5f2cce4f5222782b7d9e1033a3e54db7bca0dcf2bd7575853"; 706 706 }; 707 707 dependencies = []; 708 708 ··· 748 748 749 749 }; 750 750 "Syntastic" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 751 - name = "Syntastic-2015-03-25"; 751 + name = "Syntastic-2015-05-09"; 752 752 src = fetchgit { 753 753 url = "git://github.com/scrooloose/syntastic"; 754 - rev = "dac07db61758590c71d655ed5403181af4e845a2"; 755 - sha256 = "96ae43056b79a50c34272f483c5c7a3cf55f5aa8699b319fe9ed5f7ba12ed0d7"; 754 + rev = "5dba05af4fb9e69472a994bb1228c6b86a47911a"; 755 + sha256 = "a6f2a77dec55d2bb2abe742e24865d2311c12f030290f31ad9219e4d787a6d3c"; 756 756 }; 757 757 dependencies = []; 758 758 ··· 768 768 769 769 }; 770 770 "Tagbar" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 771 - name = "Tagbar-2015-03-17"; 771 + name = "Tagbar-2015-05-10"; 772 772 src = fetchgit { 773 773 url = "git://github.com/majutsushi/tagbar"; 774 - rev = "3634e7ab4feeab8ad49166e9e716638c20f1637c"; 775 - sha256 = "cecbb15e025b300f688a7a67cc886a2e8a8afaf3e8fdca4a4d8ba73dabda8ab2"; 774 + rev = "399b75256ac7333d7119d11047f6b3aff8fa2828"; 775 + sha256 = "8562fac0f2d690537b4c1049ba67b440116135167b48b9feb21655c9931b875c"; 776 776 }; 777 777 dependencies = []; 778 778 ··· 788 788 789 789 }; 790 790 "The_NERD_tree" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 791 - name = "The_NERD_tree-2014-11-20"; 791 + name = "The_NERD_tree-2015-05-06"; 792 792 src = fetchgit { 793 793 url = "git://github.com/scrooloose/nerdtree"; 794 - rev = "3b98a7fcae8f9fff356907171f0406ff8cd28921"; 795 - sha256 = "deec2ce33249829ae3925478d7d1925ea99e20c37dcc86db7c3bfac4fdc706e0"; 794 + rev = "a87b1bf3c566c3f80090996a2a2a1201318478a8"; 795 + sha256 = "4422563a44f14aa008b5e7ef8b7df1f7fc1ffdca1323a3cb1c115409e325a87e"; 796 796 }; 797 797 dependencies = []; 798 798 799 799 }; 800 800 "UltiSnips" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 801 - name = "UltiSnips-2015-03-05"; 801 + name = "UltiSnips-2015-05-11"; 802 802 src = fetchgit { 803 803 url = "git://github.com/sirver/ultisnips"; 804 - rev = "1971030b506a8f0e2e0398fb166f21a5341f8c7a"; 805 - sha256 = "84c07f73ea22a34422c843c5ccb40aa8d3967175ff38ab6155303ba3c039e859"; 804 + rev = "188e00f7b87297ea7737f9494d531c7073637332"; 805 + sha256 = "9fb127b32bd0e2ae139b3b6008849f4566cfb1c29087e787570428c770a3430c"; 806 806 }; 807 807 dependencies = []; 808 808 ··· 873 873 874 874 }; 875 875 "fugitive" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 876 - name = "fugitive-2015-02-20"; 876 + name = "fugitive-2015-03-31"; 877 877 src = fetchgit { 878 878 url = "git://github.com/tpope/vim-fugitive"; 879 - rev = "0095769029709b531d2505ee6ad9907dd9bd72a0"; 880 - sha256 = "83184b527538d0aac01783074ec29addfa18b62880ec8959dae6e404c6ff3d11"; 879 + rev = "4cc201cbe3a0c3faa4cde1b82ba941d410e5e81c"; 880 + sha256 = "f7e79b5e823639d0b9e2c46c29cdae621b22b3bb0c601dce058083877dad2e13"; 881 881 }; 882 882 dependencies = []; 883 883 ··· 964 964 965 965 }; 966 966 "sensible" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 967 - name = "sensible-2014-11-24"; 967 + name = "sensible-2015-04-04"; 968 968 src = fetchgit { 969 969 url = "git://github.com/tpope/vim-sensible"; 970 - rev = "b30dcf387af977acfa21732592bfca05598b2188"; 971 - sha256 = "6a9fc68c3eb0ee500ac59bdbc2c48d98e88a2936ee544f7203fa1a0296002b5f"; 970 + rev = "d0beb8ab42627bea2c747564ca46ec663e3ba0ba"; 971 + sha256 = "c1893990e7b0b3f409b2ec4f4e1fb7f00f61a5146b94314ad28d86231d3ab6f7"; 972 972 }; 973 973 dependencies = []; 974 974 975 975 }; 976 976 "snipmate" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 977 - name = "snipmate-2015-03-21"; 977 + name = "snipmate-2015-04-04"; 978 978 src = fetchgit { 979 979 url = "git://github.com/garbas/vim-snipmate"; 980 - rev = "2079ea5aadaada568f78acfc6b565945625ed97d"; 981 - sha256 = "47f5d131485f8a57389a0b455c6e83f8f543d71a04cbaa7af594b3abe9099d9f"; 980 + rev = "2d3e8ddc4424088d8e19c33764fff077f3116f55"; 981 + sha256 = "fe23f38cf074b12082879256a5c4c16e6f55233e0af0735867b4d5c21b72ff09"; 982 982 }; 983 983 dependencies = ["vim-addon-mw-utils" "tlib"]; 984 984 ··· 1004 1004 1005 1005 }; 1006 1006 "table-mode" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1007 - name = "table-mode-2015-03-17"; 1007 + name = "table-mode-2015-04-21"; 1008 1008 src = fetchgit { 1009 1009 url = "git://github.com/dhruvasagar/vim-table-mode"; 1010 - rev = "c0a6d43f2191b841c01cec0638a33a8116f7f920"; 1011 - sha256 = "222532a9803f855b5f261eb311359980625606716c1b9419703b97874554c49d"; 1010 + rev = "cc723fe8cdab054f325292c288103229b0193147"; 1011 + sha256 = "4daee279dc4e9c48af41a70bc45385136fa02546bdc8525f68ce44404db7a84a"; 1012 1012 }; 1013 1013 dependencies = []; 1014 1014 1015 1015 }; 1016 1016 "tlib" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1017 - name = "tlib-2015-02-23"; 1017 + name = "tlib-2015-05-04"; 1018 1018 src = fetchgit { 1019 1019 url = "git://github.com/tomtom/tlib_vim"; 1020 - rev = "2376d1233e7d1db8157fdc3157278dda7a2c796f"; 1021 - sha256 = "07966a0f2a073ae07e8d2a63a8a265ec0053997721545b41cedff910bcc24de0"; 1020 + rev = "ecf9e08de8b8ed8cf5e1f69f69471b04b7d55652"; 1021 + sha256 = "5d3d5f066b23be90c3c4de54967056378fff931594154c4e5541a3bcd424b795"; 1022 1022 }; 1023 1023 dependencies = []; 1024 1024 ··· 1234 1234 1235 1235 }; 1236 1236 "vim-coffee-script" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1237 - name = "vim-coffee-script-2014-10-10"; 1237 + name = "vim-coffee-script-2015-04-20"; 1238 1238 src = fetchgit { 1239 1239 url = "git://github.com/kchmck/vim-coffee-script"; 1240 - rev = "827e4a38b07479433b619091469a7495a392df8a"; 1241 - sha256 = "89ee4c7cce9f3310be502df6b2dd2e70a715c0b06882afc9c8169fbf58b207d0"; 1240 + rev = "32fe889b8cafd3a4921ef8e6485156453ff58c42"; 1241 + sha256 = "d7162b2546c9949c96811d7a72c17ae2db9871697ee65ed0b1a8f0287d278690"; 1242 1242 }; 1243 1243 dependencies = []; 1244 1244 ··· 1253 1253 dependencies = []; 1254 1254 1255 1255 }; 1256 + "vim-gista" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1257 + name = "vim-gista-2015-01-29"; 1258 + src = fetchgit { 1259 + url = "git://github.com/lambdalisue/vim-gista"; 1260 + rev = "e450417a6eaeb99d3982b880507697dce85b7217"; 1261 + sha256 = "a7665dbc63a35d1fe9b7679a498deafb80c8dfb05fced37ac4722212c673f2ec"; 1262 + }; 1263 + dependencies = []; 1264 + 1265 + }; 1256 1266 "vim-gitgutter" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1257 - name = "vim-gitgutter-2015-03-23"; 1267 + name = "vim-gitgutter-2015-05-08"; 1258 1268 src = fetchgit { 1259 1269 url = "git://github.com/airblade/vim-gitgutter"; 1260 - rev = "8345c35770ffc6fc4088c36406d1e24170aabcc6"; 1261 - sha256 = "f7580832ebfd60f0b7cf05e697ac44e4b59a0f606fe49b7ef392052a50c69ad3"; 1270 + rev = "339f8ba079ed7d465ca442c9032b36bc56c21f61"; 1271 + sha256 = "f306cc7bac8560fe2864161be675545c1023486b950900da8d8c74f98d568e15"; 1262 1272 }; 1263 1273 dependencies = []; 1264 1274 ··· 1284 1294 1285 1295 }; 1286 1296 "vim-signature" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1287 - name = "vim-signature-2015-01-12"; 1297 + name = "vim-signature-2015-04-24"; 1288 1298 src = fetchgit { 1289 1299 url = "git://github.com/kshenoy/vim-signature"; 1290 - rev = "b4ac4f38528313456f98b1a50722cfc9a06bfc45"; 1291 - sha256 = "c065eb81669fd76a8bf6d19e220c85ad07ede73e6a9b3dd12634611146303675"; 1292 - }; 1293 - dependencies = []; 1294 - 1295 - }; 1296 - "vim-gista" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1297 - name = "vim-gista-2015-01-29"; 1298 - src = fetchgit { 1299 - url = "git://github.com/lambdalisue/vim-gista"; 1300 - rev = "e450417a6eaeb99d3982b880507697dce85b7217"; 1301 - sha256 = "a7665dbc63a35d1fe9b7679a498deafb80c8dfb05fced37ac4722212c673f2ec"; 1300 + rev = "7586613e5dcfd2f09d32197aa5a10ed025da21f4"; 1301 + sha256 = "0bce1c37adc06a386438e13c6e3e0af5829a13e4e65fbd703234680bc3d769fc"; 1302 1302 }; 1303 1303 dependencies = []; 1304 1304 1305 1305 }; 1306 1306 "vim-snippets" = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1307 - name = "vim-snippets-2015-03-24"; 1307 + name = "vim-snippets-2015-05-05"; 1308 1308 src = fetchgit { 1309 1309 url = "git://github.com/honza/vim-snippets"; 1310 - rev = "707f005ccddaa15a0b8c207a7a711b0a9590578a"; 1311 - sha256 = "0c5807b82e18530a6b83f4f1c0010564a1a4b39f687672ab235b95e694095d03"; 1310 + rev = "1327c1ba54c8c367995b536b8cb7d8e7cc7c4c03"; 1311 + sha256 = "fb6a7a2fa0939a64f8bac4411dfa36dc5a6e1385e5016978045614039ab89720"; 1312 1312 }; 1313 1313 dependencies = []; 1314 1314 ··· 1346 1346 url = "http://www.vim.org/scripts/script.php?script_id=2465"; 1347 1347 }; 1348 1348 1349 + 1349 1350 }; 1351 + 1350 1352 1351 1353 }