summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-09-22 22:12:52 +0200
committerRobert Helgesson <robert@rycee.net>2016-09-22 22:13:37 +0200
commit38f9d995ab77ce01739c7f76eced81b1ce659573 (patch)
treeebc4e5889ea4b303a33c6dd1e1a95838adb23561 /pkgs/applications/editors/eclipse
parent47e210b846fc4b1530e7d29a26af1d1400f59c1e (diff)
downloadnixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar.gz
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar.bz2
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar.lz
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar.xz
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.tar.zst
nixlib-38f9d995ab77ce01739c7f76eced81b1ce659573.zip
eclipse-plugin-testng: 6.9.11 -> 6.9.12
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 b3008f8cb241..bc3f7b064d49 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -403,16 +403,16 @@ rec {
 
   testng = buildEclipsePlugin rec {
     name = "testng-${version}";
-    version = "6.9.11.201604020423";
+    version = "6.9.12.201607091356";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar";
-      sha256 = "1cp7f6f0525wqwjj4pyrp0q0ii7zcd5gwd5acaq9jjb13xgw8vav";
+      sha256 = "06c6885d3ggg1i085zhfwayj06jn4v1jip9zz40921vpq0iand54";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "04m07cdfw0isp27ykx6dbrlcdw33rxww7vnavanygxxnlpyvyas3";
+      sha256 = "0bpyb9bnh8kglajmdzb7pr21i1sly73kwdjbygg75ad7z37l58br";
     };
 
     meta = with stdenv.lib; {