about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-29 18:47:31 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-29 18:47:31 +0200
commitf5b3827e0e5ca91dea1f62eb748acfb454c429f1 (patch)
treeeb90377db49c8332c96951089382b43d346e65aa /pkgs/applications/editors/eclipse
parent29ac362a42667f925c253f65dd14c4babefda14d (diff)
downloadnixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar.gz
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar.bz2
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar.lz
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar.xz
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.tar.zst
nixlib-f5b3827e0e5ca91dea1f62eb748acfb454c429f1.zip
eclipse-plugin-testng: 6.9.11.201603260617 -> 6.9.11.201604020423
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 fe8580f09d00..13c2795ea556 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -378,16 +378,16 @@ rec {
 
   testng = buildEclipsePlugin rec {
     name = "testng-${version}";
-    version = "6.9.11.201603260617";
+    version = "6.9.11.201604020423";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar";
-      sha256 = "0cd7d3bdp6f081vrampsv53z55g1mjn04w9ngz3h8dr0h6jnxz3y";
+      sha256 = "1cp7f6f0525wqwjj4pyrp0q0ii7zcd5gwd5acaq9jjb13xgw8vav";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "10kdwnydmsvngn8ahijxrv50aps6wa4ckbf7p24mxbwlnmpqfj03";
+      sha256 = "04m07cdfw0isp27ykx6dbrlcdw33rxww7vnavanygxxnlpyvyas3";
     };
 
     meta = with stdenv.lib; {