eclipse-testng: 6.9.5.201506120235 -> 6.9.5.201508210528

Changed files
+5 -5
pkgs
applications
editors
eclipse
+5 -5
pkgs/applications/editors/eclipse/plugins.nix
···
testng = buildEclipsePlugin rec {
name = "testng-${version}";
-
version = "6.9.5.201506120235";
srcFeature = fetchurl {
-
url = "http://beust.com/eclipse/features/org.testng.eclipse_6.9.5.201506120235.jar";
-
sha256 = "02imv0rw10pik55a7p00jin65shvhfpzgna02ky94yx7dlf9fyy9";
};
srcPlugin = fetchurl {
-
url = "http://beust.com/eclipse/plugins/org.testng.eclipse_6.9.5.201506120235.jar";
-
sha256 = "0ni1ky4p5l1qzph0np1qw9pcyhrvy6zmn9c8q1b5rm5xv1fcvji4";
};
meta = with stdenv.lib; {
···
testng = buildEclipsePlugin rec {
name = "testng-${version}";
+
version = "6.9.5.201508210528";
srcFeature = fetchurl {
+
url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar";
+
sha256 = "0xalm7pvj0vx61isgkjkgj073b4hlqlzx6xnkrnnnyi0r212a26j";
};
srcPlugin = fetchurl {
+
url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar";
+
sha256 = "07wmivfvfsq6cjw5zwciajdxkfa7drk108jsr44gf4i1bv9fj055";
};
meta = with stdenv.lib; {