lol

Merge pull request #11613 from rycee/bump/eclipse-plugin-testng

eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421

+5 -5
+5 -5
pkgs/applications/editors/eclipse/plugins.nix
··· 335 335 336 336 testng = buildEclipsePlugin rec { 337 337 name = "testng-${version}"; 338 - version = "6.9.10.201511281504"; 338 + version = "6.9.10.201512020421"; 339 339 340 340 srcFeature = fetchurl { 341 - url = "http://beust.com/eclipse/features/org.testng.eclipse_${version}.jar"; 342 - sha256 = "1kjaifa1fc16yh82bzp5xa5pn3kgrpgc5jq55lyvgz29vjj6ss97"; 341 + url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar"; 342 + sha256 = "17y0cb1xprldjav14iy2sinv7lcw4xnjs2fwz9gl41m9m1c0hajk"; 343 343 }; 344 344 345 345 srcPlugin = fetchurl { 346 - url = "http://beust.com/eclipse/plugins/org.testng.eclipse_${version}.jar"; 347 - sha256 = "1njz4ynjwnhjjbsszfgqyjn2ixxzjv8qvnc7dqz8jldrz3jrjf07"; 346 + url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar"; 347 + sha256 = "1iwq0ifk9l56z11vhy5yscvl8l1xk6igkp103v9vwvcx6nlmkfgc"; 348 348 }; 349 349 350 350 meta = with stdenv.lib; {