Merge pull request #12700 from rycee/bump/eclipse-plugin-checkstyle

eclipse-plugin-checkstyle: 6.11.1 -> 6.14.0

+3 -3
+3 -3
pkgs/applications/editors/eclipse/plugins.nix
··· 171 172 checkstyle = buildEclipseUpdateSite rec { 173 name = "checkstyle-${version}"; 174 - version = "6.11.1.201510102004"; 175 176 src = fetchzip { 177 stripRoot = false; 178 - url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.11.1/net.sf.eclipsecs-updatesite_${version}-bin.zip"; 179 - sha256 = "0l9nfx7a3qdx1pvjgc6ck4rxh7yrvqsskr190yrxxwmpnyj9cjs4"; 180 }; 181 182 meta = with stdenv.lib; {
··· 171 172 checkstyle = buildEclipseUpdateSite rec { 173 name = "checkstyle-${version}"; 174 + version = "6.14.0.201601142217"; 175 176 src = fetchzip { 177 stripRoot = false; 178 + url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.14.0/net.sf.eclipsecs-updatesite_${version}-bin.zip"; 179 + sha256 = "0ysxir1fv0mb9xnidc9hv6llnk48lkav0sryjbx7pw7vy1f8nd4c"; 180 }; 181 182 meta = with stdenv.lib; {