about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-01-30 17:53:05 +0100
committerRobert Helgesson <robert@rycee.net>2016-01-30 20:48:23 +0100
commit057e54f2ad6d99f792c6a69e739b40efa04b6836 (patch)
tree7c44dacd404c5f033c23735531a4a266a19e0bea /pkgs/applications/editors
parent62232466e5e5a626701369dcb21ecf76f68cfb6c (diff)
downloadnixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar.gz
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar.bz2
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar.lz
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar.xz
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.tar.zst
nixlib-057e54f2ad6d99f792c6a69e739b40efa04b6836.zip
eclipse-plugin-checkstyle: 6.11.1 -> 6.14.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 211dba85c430..40aa6b8385ec 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.11.1.201510102004";
+    version = "6.14.0.201601142217";
 
     src = fetchzip {
       stripRoot = false;
-      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.11.1/net.sf.eclipsecs-updatesite_${version}-bin.zip";
-      sha256 = "0l9nfx7a3qdx1pvjgc6ck4rxh7yrvqsskr190yrxxwmpnyj9cjs4";
+      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.14.0/net.sf.eclipsecs-updatesite_${version}-bin.zip";
+      sha256 = "0ysxir1fv0mb9xnidc9hv6llnk48lkav0sryjbx7pw7vy1f8nd4c";
     };
 
     meta = with stdenv.lib; {