about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-03-06 09:39:22 +0100
committerRobert Helgesson <robert@rycee.net>2016-03-06 09:39:22 +0100
commit54c7ef17a913fde534a22edbe5557aa24d1f4847 (patch)
tree49ac0cefa96b1299785a2d11dec1adb4db1af378 /pkgs/applications/editors
parent4b934ec3af6a8874b65e13709f633e779f10986f (diff)
downloadnixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar.gz
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar.bz2
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar.lz
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar.xz
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.tar.zst
nixlib-54c7ef17a913fde534a22edbe5557aa24d1f4847.zip
eclipse-plugin-checkstyle: 6.14.0 -> 6.16.0
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 50975d061eb8..3bde9b1434c6 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -171,12 +171,12 @@ rec {
 
   checkstyle = buildEclipseUpdateSite rec {
     name = "checkstyle-${version}";
-    version = "6.14.0.201601142217";
+    version = "6.16.0.201603042325";
 
     src = fetchzip {
       stripRoot = false;
-      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.14.0/net.sf.eclipsecs-updatesite_${version}-bin.zip";
-      sha256 = "0ysxir1fv0mb9xnidc9hv6llnk48lkav0sryjbx7pw7vy1f8nd4c";
+      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.16.0/net.sf.eclipsecs-updatesite_${version}.zip";
+      sha256 = "0bm1linyw82bryblyabcx89zqw1ingh8mx62bwp3qj05yc9ksnly";
     };
 
     meta = with stdenv.lib; {