summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-29 19:20:00 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-29 19:20:00 +0300
commit29ac362a42667f925c253f65dd14c4babefda14d (patch)
treeba1602ed78f8160383c7010a2683ea35ec75fbd5 /pkgs/applications/editors/eclipse
parent24bd2046404be68b9be32272da0eb47619595619 (diff)
parent47c068c7a3cfeb4e91c3dd881d80fb914b99eca0 (diff)
downloadnixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar.gz
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar.bz2
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar.lz
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar.xz
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.tar.zst
nixlib-29ac362a42667f925c253f65dd14c4babefda14d.zip
Merge pull request #15075 from romildo/upd.eclipse-plugin-cup
eclipse-plugins-cup: 1.0.0.201412081321 -> 1.0.0.201604221613
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 87603f20b89a..fe8580f09d00 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -214,21 +214,22 @@ rec {
 
   cup = buildEclipsePluginBase rec {
     name = "cup-${version}";
-    version = "1.0.0.201412081321";
+    version = "1.1.0.201604221613";
+    version_ = "1.0.0.201604221613";
 
     srcFeature = fetchurl {
       url = "http://www2.in.tum.de/projects/cup/eclipse/features/CupEclipsePluginFeature_${version}.jar";
-      sha256 = "353513445f77ed144687bafc20ab85dc31f2f95ffdc47f102ab773ab0b7afb8b";
+      sha256 = "13nnsf0cqg02z3af6xg45rhcgiffsibxbx6h1zahjv7igvqgkyna";
     };
 
     srcPlugin1 = fetchurl {
-      url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version}.jar";
-      sha256 = "082b5ed8730ad065efaac6ea2812dae15669ae74a49778911125b171bea41187";
+      url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version_}.jar";
+      sha256 = "0kif8kivrysprva1pxzajm88gi967qf7idhb6ga2xpvsdcris91j";
     };
 
     srcPlugin2 = fetchurl {
       url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/de.tum.in.www2.CupPlugin_${version}.jar";
-      sha256 = "6b67937fa11944b0330173a9d8564a19eccd705e76b96291d80077a1d7344939";
+      sha256 = "022phbrsny3gb8npb6sxyqqxacx138q5bd7dq3gqxh3kprx5chbl";
     };
 
     srcs = [ srcFeature srcPlugin1 srcPlugin2 ];