about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-10-18 18:19:55 +0200
committerRobert Helgesson <robert@rycee.net>2015-10-18 18:19:55 +0200
commit3a6439f8d51e145cc37a6bd8fe3458be588dafe9 (patch)
tree51fb16046af3ef7d9c952e64cd5d9e8f1a29c16d /pkgs/applications/editors/eclipse
parent2f7ea94e670c279c88bf07804f0d89ca95acadd0 (diff)
downloadnixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar.gz
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar.bz2
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar.lz
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar.xz
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.tar.zst
nixlib-3a6439f8d51e145cc37a6bd8fe3458be588dafe9.zip
eclipse-plugin-testng: 6.9.7 -> 6.9.8
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 493858f93c8a..d437c222fa84 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.7.201510070420";
+    version = "6.9.8.201510130443";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar";
-      sha256 = "185m6zcz1havhl94qgwms9szcs7vhrrq8rckbrb1vz02208yyhpn";
+      sha256 = "0g0dva1zpqk0rz0vgr025g2cfc47snr857fsqcrssmp9qmy8x0i0";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "1rw678cd9nm623dvaddncadaclif62zcb15jl7ryzcmck2y380l5";
+      sha256 = "16mnvqkakixqp3bcnyx6x2iwkhnv3k4q561c97kssz98xsrr8f54";
     };
 
     meta = with stdenv.lib; {