lol

vimUtils.vimtex: 2016-07-26 -> 2016-08-19 (#17945)

authored by

Stefan Junker and committed by
Rok Garbas
6715afca 40e0e5fb

+3 -3
+3 -3
pkgs/misc/vim-plugins/default.nix
··· 816 816 }; 817 817 818 818 vimtex = buildVimPluginFrom2Nix { # created by nix#NixDerivation 819 - name = "vimtex-2016-07-26"; 819 + name = "vimtex-2016-08-19"; 820 820 src = fetchgit { 821 821 url = "git://github.com/lervag/vimtex"; 822 - rev = "35fae13d17a08a7688a385644879f073a0fc8809"; 823 - sha256 = "0czj44ivvhh26w69w6grv26sq4b2rbcphsgs5hjga8wdnw63yxmd"; 822 + rev = "5bc5b14ae213deeafd2b6d8702ac11cefd4c0e8b"; 823 + sha256 = "0gqjxwjln82ar8dnv0dpmkhmycznxk2r0g06sddaq12y4r6bw5s9"; 824 824 }; 825 825 dependencies = []; 826 826