about summary refs log tree commit diff
path: root/pkgs/applications/editors/bluej/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-03 08:48:00 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-03 08:48:00 +0000
commit7bc3bddeb8c49db3314c1c477fd80259b1766731 (patch)
tree9298886cfdb489048be81b2ddc70dab07e5ca06a /pkgs/applications/editors/bluej/default.nix
parentb3676834ca70a0ec336a9e1944ea9ab020e48c3c (diff)
bluej: 5.0.0 -> 5.0.1
Diffstat (limited to 'pkgs/applications/editors/bluej/default.nix')
-rw-r--r--pkgs/applications/editors/bluej/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/bluej/default.nix b/pkgs/applications/editors/bluej/default.nix
index 9b28de9440fce..a34d6983b2f42 100644
--- a/pkgs/applications/editors/bluej/default.nix
+++ b/pkgs/applications/editors/bluej/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "bluej";
-  version = "5.0.0";
+  version = "5.0.1";
   src = fetchurl {
     # We use the deb here. First instinct might be to go for the "generic" JAR
     # download, but that is actually a graphical installer that is much harder
     # to unpack than the deb.
     url = "https://www.bluej.org/download/files/BlueJ-linux-${builtins.replaceStrings ["."] [""] version}.deb";
-    sha256 = "sha256-U81FIf67Qm/86+hA9iUCHt61dxiZsTkkequlVjft6/0=";
+    sha256 = "sha256-KhNhJ2xsw1g2yemwP6NQmJvk4cxZAQQNPEUBuLso5qM=";
   };
 
   nativeBuildInputs = [ makeWrapper ];