summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-08-25 16:42:03 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-26 22:43:27 +0200
commit3d23cb0375fd192e3dce764c2aa2556535433181 (patch)
treeac6c9bc6f520ab9a6c192a5b476be6239b4744a5 /pkgs/applications/editors/eclipse/plugins.nix
parentb1db014f4003f84df2777c705b57b26d95160a0e (diff)
downloadnixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar.gz
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar.bz2
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar.lz
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar.xz
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.tar.zst
nixpkgs-3d23cb0375fd192e3dce764c2aa2556535433181.zip
eclipse-testng: 6.9.5.201506120235 -> 6.9.5.201508210528
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 284ea911724..61701c4abef 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -312,16 +312,16 @@ rec {
 
   testng = buildEclipsePlugin rec {
     name = "testng-${version}";
-    version = "6.9.5.201506120235";
+    version = "6.9.5.201508210528";
 
     srcFeature = fetchurl {
-      url = "http://beust.com/eclipse/features/org.testng.eclipse_6.9.5.201506120235.jar";
-      sha256 = "02imv0rw10pik55a7p00jin65shvhfpzgna02ky94yx7dlf9fyy9";
+      url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar";
+      sha256 = "0xalm7pvj0vx61isgkjkgj073b4hlqlzx6xnkrnnnyi0r212a26j";
     };
 
     srcPlugin = fetchurl {
-      url = "http://beust.com/eclipse/plugins/org.testng.eclipse_6.9.5.201506120235.jar";
-      sha256 = "0ni1ky4p5l1qzph0np1qw9pcyhrvy6zmn9c8q1b5rm5xv1fcvji4";
+      url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar";
+      sha256 = "07wmivfvfsq6cjw5zwciajdxkfa7drk108jsr44gf4i1bv9fj055";
     };
 
     meta = with stdenv.lib; {