Skip to content

Commit 8dccc9b

Browse files
committedJul 18, 2017
eclipse-plugin-checkstyle: 7.3.0 -> 8.0.0
1 parent adb178c commit 8dccc9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/applications/editors/eclipse/plugins.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ rec {
194194

195195
checkstyle = buildEclipseUpdateSite rec {
196196
name = "checkstyle-${version}";
197-
version = "7.3.0.201612142232";
197+
version = "8.0.0.201707161819";
198198

199199
src = fetchzip {
200200
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";
201+
url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/8.0.0/net.sf.eclipsecs-updatesite_${version}.zip";
202+
sha256 = "1p07xcf71qc99sh73vqm9xxxgi819m58frv0cpvsn06y6ljr0aj2";
203203
};
204204

205205
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.