From f799749442489ea30d91e13608709a667e3f18eb Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 24 Feb 2015 21:19:26 +0100 Subject: vimPlugins.Syntastic: fix fetchgit hash I've got no idea why the hash was wrong. I hope the hashes aren't unstable. Reported on http://unix.stackexchange.com/questions/186519/unable-to-install-vim-plugins --- pkgs/misc/vim-plugins/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/misc/vim-plugins') diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix index 2b594299c285..9aef622058f7 100644 --- a/pkgs/misc/vim-plugins/default.nix +++ b/pkgs/misc/vim-plugins/default.nix @@ -709,7 +709,7 @@ rec { src = fetchgit { url = "git://github.com/scrooloose/syntastic"; rev = "47821840200cd8e14e99001caac602a37cdf8d5c"; - sha256 = "becf0b07d25d9514ac7c5328d4e3deeab5731792887c8334571b72c3871a50ee"; + sha256 = "01a1px7i77ajc4y8czwhkhhqif89q6yf26wpjakh3asdv7cvnidm"; }; dependencies = []; -- cgit 1.4.1