summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-12-23 13:50:43 +0100
committerRobert Helgesson <robert@rycee.net>2017-12-23 14:07:19 +0100
commit35b2e4cceaa2db508d53105b8dc3172da59c451b (patch)
tree39bdd4c7871e6f922730fcfc86eedf86ff19835d /pkgs/applications/editors
parentbcfe03cc120ce431efd0c041b5df0205e15d99ba (diff)
downloadnixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar.gz
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar.bz2
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar.lz
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar.xz
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.tar.zst
nixlib-35b2e4cceaa2db508d53105b8dc3172da59c451b.zip
eclipse-plugin-checkstyle: 8.0.0 -> 8.5.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 594739f568e0..611b995c08dd 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -192,12 +192,12 @@ rec {
 
   checkstyle = buildEclipseUpdateSite rec {
     name = "checkstyle-${version}";
-    version = "8.0.0.201707161819";
+    version = "8.5.1.201712211522";
 
     src = fetchzip {
       stripRoot = false;
-      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/8.0.0/net.sf.eclipsecs-updatesite_${version}.zip";
-      sha256 = "1p07xcf71qc99sh73vqm9xxxgi819m58frv0cpvsn06y6ljr0aj2";
+      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/8.5.1/net.sf.eclipsecs-updatesite_${version}.zip";
+      sha256 = "0nid4a4qib9vx34ddry7sylj20p2d47dd0vn4zqqmj5dgqx1a1ab";
     };
 
     meta = with stdenv.lib; {