about summary refs log tree commit diff
path: root/pkgs/applications/editors/greenfoot
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-04 13:22:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-04 13:22:28 +0000
commitb8db6fee56ff9a83bdf7fbf2e796e11d7be75894 (patch)
treeeadb156e2fdb2a095f384b86694efe1d9a6ea6b3 /pkgs/applications/editors/greenfoot
parent36f5b2e42b98688dea8b494ae02f3a09d73f54de (diff)
greenfoot: 3.8.0 -> 3.8.1
Diffstat (limited to 'pkgs/applications/editors/greenfoot')
-rw-r--r--pkgs/applications/editors/greenfoot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/greenfoot/default.nix b/pkgs/applications/editors/greenfoot/default.nix
index 52d52a0785eea..6ca6f35246d3e 100644
--- a/pkgs/applications/editors/greenfoot/default.nix
+++ b/pkgs/applications/editors/greenfoot/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "greenfoot";
-  version = "3.8.0";
+  version = "3.8.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.greenfoot.org/download/files/Greenfoot-linux-${builtins.replaceStrings ["."] [""] version}.deb";
-    sha256 = "sha256-HDXmgLHS18VZVV+hCA0RgIrKRftOlV7t+fvE0pAHGjk=";
+    sha256 = "sha256-utGSAbP74O1t1iEoN0CwiZVc8HxdCxhozPPMwQCtkEE=";
   };
 
   nativeBuildInputs = [ dpkg wrapGAppsHook ];