summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-12-10 22:26:02 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-12-10 22:26:02 +0100
commitb398371e80adb8ef6e5394b47be7e036da90a2db (patch)
treea19e54cde3fb05cc7ca0e4c180d820a3cc3cbd3d
parent248cbef4d34ec874bb44f6a825fb88421a63c640 (diff)
parent414a1660f4067aa3d6f92fe9a18f54e8d42afc1d (diff)
downloadnixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar.gz
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar.bz2
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar.lz
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar.xz
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.tar.zst
nixlib-b398371e80adb8ef6e5394b47be7e036da90a2db.zip
Merge pull request #11613 from rycee/bump/eclipse-plugin-testng
eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421
-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 5a5c31c56095..9e6002e93985 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.10.201511281504";
+    version = "6.9.10.201512020421";
 
     srcFeature = fetchurl {
-      url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar";
-      sha256 = "1kjaifa1fc16yh82bzp5xa5pn3kgrpgc5jq55lyvgz29vjj6ss97";
+      url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar";
+      sha256 = "17y0cb1xprldjav14iy2sinv7lcw4xnjs2fwz9gl41m9m1c0hajk";
     };
 
     srcPlugin = fetchurl {
-      url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "1njz4ynjwnhjjbsszfgqyjn2ixxzjv8qvnc7dqz8jldrz3jrjf07";
+      url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar";
+      sha256 = "1iwq0ifk9l56z11vhy5yscvl8l1xk6igkp103v9vwvcx6nlmkfgc";
     };
 
     meta = with stdenv.lib; {