about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-03-27 14:36:11 +0200
committerRobert Helgesson <robert@rycee.net>2016-03-27 14:37:05 +0200
commit1b30674165928d853203e12fdd74afb3c9ea68a9 (patch)
tree7a081e317a27f82f00ec92381a2cde2ce7d2fbe7 /pkgs/applications/editors/eclipse
parentb1a8ae2a35113c6df3a2a20ba74972396113f10c (diff)
downloadnixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar.gz
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar.bz2
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar.lz
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar.xz
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.tar.zst
nixlib-1b30674165928d853203e12fdd74afb3c9ea68a9.zip
eclipse-plugin-testng: 6.9.10 -> 6.9.11
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 3bde9b1434c6..0e0c75fcfc88 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -377,16 +377,16 @@ rec {
 
   testng = buildEclipsePlugin rec {
     name = "testng-${version}";
-    version = "6.9.10.201512020421";
+    version = "6.9.11.201603260617";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar";
-      sha256 = "17y0cb1xprldjav14iy2sinv7lcw4xnjs2fwz9gl41m9m1c0hajk";
+      sha256 = "0cd7d3bdp6f081vrampsv53z55g1mjn04w9ngz3h8dr0h6jnxz3y";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "1iwq0ifk9l56z11vhy5yscvl8l1xk6igkp103v9vwvcx6nlmkfgc";
+      sha256 = "10kdwnydmsvngn8ahijxrv50aps6wa4ckbf7p24mxbwlnmpqfj03";
     };
 
     meta = with stdenv.lib; {