We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent adb178c commit 8dccc9bCopy full SHA for 8dccc9b
pkgs/applications/editors/eclipse/plugins.nix
@@ -194,12 +194,12 @@ rec {
194
195
checkstyle = buildEclipseUpdateSite rec {
196
name = "checkstyle-${version}";
197
- version = "7.3.0.201612142232";
+ version = "8.0.0.201707161819";
198
199
src = fetchzip {
200
stripRoot = false;
201
- url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/7.3.0/net.sf.eclipsecs-updatesite_${version}.zip";
202
- sha256 = "1mbiszwnakfmjx5mnh9h2rrp9jzizkmz89p8z4spq2m9kwy1lkqj";
+ url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/8.0.0/net.sf.eclipsecs-updatesite_${version}.zip";
+ sha256 = "1p07xcf71qc99sh73vqm9xxxgi819m58frv0cpvsn06y6ljr0aj2";
203
};
204
205
meta = with stdenv.lib; {
0 commit comments