about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-11-28 17:36:53 +0100
committerRobert Helgesson <robert@rycee.net>2015-11-28 17:36:53 +0100
commit55ab2a1eeb5e973d5d047f575d74d9436ce9fab6 (patch)
tree35b356e467cceb30763db1cabaf98b5075f27816 /pkgs/applications/editors/eclipse
parent3087ef37bb35a2382c6d70829d406ab640f54c37 (diff)
downloadnixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar.gz
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar.bz2
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar.lz
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar.xz
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.tar.zst
nixlib-55ab2a1eeb5e973d5d047f575d74d9436ce9fab6.zip
eclipse-plugin-testng: 6.9.8 -> 6.9.10
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 0d0c9d148149..3f454da04af4 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -335,16 +335,16 @@ rec {
 
   testng = buildEclipsePlugin rec {
     name = "testng-${version}";
-    version = "6.9.8.201510130443";
+    version = "6.9.10.201511281504";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar";
-      sha256 = "0g0dva1zpqk0rz0vgr025g2cfc47snr857fsqcrssmp9qmy8x0i0";
+      sha256 = "1kjaifa1fc16yh82bzp5xa5pn3kgrpgc5jq55lyvgz29vjj6ss97";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "16mnvqkakixqp3bcnyx6x2iwkhnv3k4q561c97kssz98xsrr8f54";
+      sha256 = "1njz4ynjwnhjjbsszfgqyjn2ixxzjv8qvnc7dqz8jldrz3jrjf07";
     };
 
     meta = with stdenv.lib; {