summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-11-07 21:48:15 +0100
committerRobert Helgesson <robert@rycee.net>2017-11-07 22:00:55 +0100
commitc638dacf4b9f1b86e8195d9508be18ef24990a43 (patch)
tree360a3ac9d32ababdecebe98dee9ab65e5b9d97dc /pkgs/applications/editors/eclipse/plugins.nix
parent67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07 (diff)
downloadnixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar.gz
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar.bz2
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar.lz
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar.xz
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.tar.zst
nixpkgs-c638dacf4b9f1b86e8195d9508be18ef24990a43.zip
eclipse-plugin-bytecode-outline: 2.4.3 -> 2.5.0
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 0aeaee2155a..4bad9eb2d64 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -152,16 +152,16 @@ rec {
 
   bytecode-outline = buildEclipsePlugin rec {
     name = "bytecode-outline-${version}";
-    version = "2.4.3";
+    version = "2.5.0.201711011753-5a57fdf";
 
     srcFeature = fetchurl {
       url = "http://andrei.gmxhome.de/eclipse/features/de.loskutov.BytecodeOutline.feature_${version}.jar";
-      sha256 = "0imhwp73gxy1y5d5gpjgd05ywn0xg3vqc5980wcx3fd51g4ifc67";
+      sha256 = "0yciqhcq0n5i326mwy57r4ywmkz2c2jky7r4pcmznmhvks3z65ps";
     };
 
     srcPlugin = fetchurl {
       url = "http://dl.bintray.com/iloveeclipse/plugins/de.loskutov.BytecodeOutline_${version}.jar";
-      sha256 = "0230i88mvvxhn11m9c5mv3494zhh1xkxyfyva9qahck0wbqwpzkw";
+      sha256 = "1vmsqv32jfl7anvdkw0vir342miv5sr9df7vd1w44lf1yf97vxlw";
     };
 
     meta = with stdenv.lib; {