about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-24 09:23:47 +0800
committerNick Cao <nickcao@nichi.co>2023-08-24 09:37:22 +0800
commitc5008e9a860da340ad925dd6ea2d0efcca7be93b (patch)
tree653dea30b15dc78089f64805f6790dd7dcd0df36 /pkgs/applications/science/math
parent431ee081ff0f16aa5c3ebae4f9f9eed79206e381 (diff)
downloadnixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar.gz
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar.bz2
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar.lz
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar.xz
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.tar.zst
nixlib-c5008e9a860da340ad925dd6ea2d0efcca7be93b.zip
geogebra6: fix web archive url and darwin hash
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/geogebra/geogebra6.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/geogebra/geogebra6.nix b/pkgs/applications/science/math/geogebra/geogebra6.nix
index 4cfcb6debbe7..38b668804ad1 100644
--- a/pkgs/applications/science/math/geogebra/geogebra6.nix
+++ b/pkgs/applications/science/math/geogebra/geogebra6.nix
@@ -30,7 +30,7 @@ let
     src = fetchurl {
       urls = [
         "https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
-        "https://web.archive.org/web/20230627211859/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
+        "https://web.archive.org/web/20230824011801/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
       ];
       hash = "sha256-sNCq1Xcx/Y5r+SIRiqQYcG9dVsfIC2Ef5KJf+tgfxC8=";
     };
@@ -65,9 +65,9 @@ let
     src = fetchurl {
       urls = [
         "https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-${version}.zip"
-        "https://web.archive.org/web/20230627214413/https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-${version}.zip"
+        "https://web.archive.org/web/20230824012900/https://download.geogebra.org/installers/6.0/GeoGebra-Classic-6-MacOS-Portable-${version}.zip"
       ];
-      hash = "sha256-HtIhhq8E1Q5B6xZ7q6Ok95Rt53VWLoGf8PbY+UEOSKg=";
+      hash = "sha256-CrSoKAjXiejfJHyv8wIpcRr2d8u/50HnatiDm1CdnGQ=";
     };
 
     dontUnpack = true;