about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-10-18 23:10:11 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-10-18 23:10:11 +0300
commit4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e (patch)
tree762f9ab3c7b33a328c8d3d61661acb307d53c725 /pkgs/applications/editors/eclipse
parent753de492656d1c035a33888a42c16170f31fe7ed (diff)
parentab605f0a990a1833af732567e46abc7f7d14312b (diff)
downloadnixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar.gz
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar.bz2
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar.lz
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar.xz
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.tar.zst
nixlib-4b8d0394f9ca609c4906cf1cac5f9b412e2bfd2e.zip
Merge pull request #10457 from rycee/bump/checkstyle
eclipse-plugin-checkstyle: 6.11.0 -> 6.11.1
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-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 d437c222fa84..21456dfcf61b 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.0.201510052139";
+    version = "6.11.1.201510102004";
 
     src = fetchzip {
       stripRoot = false;
-      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.11.0/net.sf.eclipsecs-updatesite_${version}-bin.zip";
-      sha256 = "166nasgv3zsys7rlafvfnldfb6hiwiq3vil3papd59prwvky75fz";
+      url = "mirror://sourceforge/project/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/6.11.1/net.sf.eclipsecs-updatesite_${version}-bin.zip";
+      sha256 = "0l9nfx7a3qdx1pvjgc6ck4rxh7yrvqsskr190yrxxwmpnyj9cjs4";
     };
 
     meta = with stdenv.lib; {