summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-07-04 13:04:55 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-07-04 13:05:11 +0200
commit236366019187b5fbe568764ade67ae034cac796e (patch)
tree6cf613b05e3c0b90334d759222152463f584afbf /pkgs/applications/editors
parent06efb2e937c1335a4c6c8fd509b98ad54d65c1db (diff)
downloadnixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar.gz
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar.bz2
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar.lz
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar.xz
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.tar.zst
nixpkgs-236366019187b5fbe568764ade67ae034cac796e.zip
jedit: fix build
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jedit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jedit/default.nix b/pkgs/applications/editors/jedit/default.nix
index 7dfb651d7d3..f66ce799d26 100644
--- a/pkgs/applications/editors/jedit/default.nix
+++ b/pkgs/applications/editors/jedit/default.nix
@@ -3,8 +3,8 @@
 let
   version = "5.2.0";
   bsh = fetchurl {
-    url = http://www.beanshell.org/bsh-2.0b4.jar;
-    sha256 = "1di7hj2yms1m3wa8k70jpw0wzfnrgibpqnvdk33ahfaqi03mqfci";
+    url = http://www.beanshell.org/bsh-2.0b5.jar;
+    sha256 = "0p2sxrpzd0vsk11zf3kb5h12yl1nq4yypb5mpjrm8ww0cfaijck2";
   };
   bcpg = fetchurl {
     url = http://central.maven.org/maven2/org/bouncycastle/bcpg-jdk16/1.46/bcpg-jdk16-1.46.jar;