about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-11-09 18:05:11 +0100
committerRobert Helgesson <robert@rycee.net>2016-11-09 18:05:11 +0100
commit9f251e1cb138f4a299b1da4257ba119311373ff4 (patch)
tree90497d39301effb83f7724ba114b1fd1fe1fa980 /pkgs/applications/editors/eclipse
parent32ab356c6d97ec70c6695517b57a39263d77cb95 (diff)
downloadnixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar.gz
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar.bz2
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar.lz
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar.xz
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.tar.zst
nixlib-9f251e1cb138f4a299b1da4257ba119311373ff4.zip
eclipse-plugin-acejump: 1.0.0.201501181511 -> 1.0.0.201610261941
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 bc3f7b064d49..42396b72e7cb 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -83,16 +83,16 @@ rec {
 
   acejump = buildEclipsePlugin rec {
     name = "acejump-${version}";
-    version = "1.0.0.201501181511";
+    version = "1.0.0.201610261941";
 
     srcFeature = fetchurl {
       url = "https://tobiasmelcher.github.io/acejumpeclipse/features/acejump.feature_${version}.jar";
-      sha256 = "127xqrnns4h96g21c9zg0iblxprx3fg6fg0w5f413rf84415z884";
+      sha256 = "1szswjxp9g70ibfbv3p8dlq1bngq7nc22kp657z9i9kp8309md2d";
     };
 
     srcPlugin = fetchurl {
       url = "https://tobiasmelcher.github.io/acejumpeclipse/plugins/acejump_${version}.jar";
-      sha256 = "0mz79ca32yryidd1wijirvnmfg4j5q4g84vdspdi56z0r4xrja13";
+      sha256 = "1cn64xj2bm69vnn9db2xxh6kq148v83w5nx3183mrqb59ym3v9kf";
     };
 
     meta = with stdenv.lib; {