summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-11-16 23:56:11 +0100
committerRobert Helgesson <robert@rycee.net>2016-11-17 00:06:41 +0100
commitadd010f69425075a5d4c73e2fe961e65b92e1d01 (patch)
treed40c9067273f3c951928ae4694df5a82cbab7474 /pkgs/applications/editors/eclipse/plugins.nix
parent4b6770d0c0bcf839747307b49258dc9e5f54653e (diff)
downloadnixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar.gz
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar.bz2
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar.lz
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar.xz
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.tar.zst
nixpkgs-add010f69425075a5d4c73e2fe961e65b92e1d01.zip
eclipse-plugin-testng: 6.9.12 -> 6.9.13
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-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 42396b72e7c..61b4e6617ed 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.12.201607091356";
+    version = "6.9.13.201609291640";
 
     srcFeature = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/features/org.testng.eclipse_${version}.jar";
-      sha256 = "06c6885d3ggg1i085zhfwayj06jn4v1jip9zz40921vpq0iand54";
+      sha256 = "02wzcysl7ga3wnvnwp6asl8d77wgc547c5qqawixw94lw6fn1a15";
     };
 
     srcPlugin = fetchurl {
       url = "http://beust.com/eclipse-old/eclipse_${version}/plugins/org.testng.eclipse_${version}.jar";
-      sha256 = "0bpyb9bnh8kglajmdzb7pr21i1sly73kwdjbygg75ad7z37l58br";
+      sha256 = "1j4zw6392q3q6z3pcy803k3g0p220gk1x19fs99p0rmmdz83lc8d";
     };
 
     meta = with stdenv.lib; {