summary refs log tree commit diff
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2023-06-21 15:52:41 +0200
committerkilianar <mail@kilianar.de>2023-06-28 00:08:19 +0200
commit48a30529f7b5c218522efdaa6e5d619ce21d88cc (patch)
tree3976ecb363e586550a2488873033826f81423227
parent42e931d6ce1826ad8dece91664f24989a3453173 (diff)
downloadnixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar.gz
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar.bz2
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar.lz
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar.xz
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.tar.zst
nixpkgs-48a30529f7b5c218522efdaa6e5d619ce21d88cc.zip
geogebra: 5-0-745-0 -> 5-0-785-0
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index cde4ed20c2d..b8d149364ef 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchurl, jre, makeDesktopItem, makeWrapper, unzip, language ? "en_US" }:
 let
   pname = "geogebra";
-  version = "5-0-745-0";
+  version = "5-0-785-0";
 
   srcIcon = fetchurl {
     url = "http://static.geogebra.org/images/geogebra-logo.svg";
@@ -45,9 +45,9 @@ let
     src = fetchurl {
       urls = [
         "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
-        "https://web.archive.org/web/20221126102702/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
+        "https://web.archive.org/web/20230627211902/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
       ];
-      hash = "sha256-DhZ9inK/6Cc/vunYNHhyP4tI/9/toUOgV4lZWmFIj3c=";
+      hash = "sha256-cL4ERKZpE9Y6IdOjvYiX3nIIW3E2qoqkpMyTszvFseM=";
     };
 
     nativeBuildInputs = [ makeWrapper ];
@@ -75,10 +75,10 @@ let
 
     src = fetchurl {
       urls = [
-        "https://download.geogebra.org/installers/5.0/GeoGebra-MacOS-Installer-withJava-${version}.zip"
-        "https://web.archive.org/web/20221126102602/https://download.geogebra.org/installers/5.0/GeoGebra-MacOS-Installer-withJava-${version}.zip"
+        "https://download.geogebra.org/installers/5.0/GeoGebra-MacOS-Installer-withJava-${version}-x64.zip"
+        "https://web.archive.org/web/20230627211427/https://download.geogebra.org/installers/5.0/GeoGebra-MacOS-Installer-withJava-${version}-x64.zip"
       ];
-      hash = "sha256-La7NzEoao4ExUw3mBGstvSHm94/JM5LHlhOE9ewJePY=";
+      hash = "sha256-KHjNH8c3/aMJ5CcwCwW9z0QRxJwqYU5I610zpMMruBQ=";
     };
 
     dontUnpack = true;