summary refs log tree commit diff
path: root/pkgs/applications/science/math/geogebra
diff options
context:
space:
mode:
authorStephen Morgan <morgan.stephen99@gmail.com>2021-06-04 23:49:04 +1000
committerStephen Morgan <morgan.stephen99@gmail.com>2021-06-04 23:49:04 +1000
commitf12d58f223490011f0eb7218054c0ef24ad050b6 (patch)
treef97d455e8ef982cb315549fc0b7c0e4c8f9d1600 /pkgs/applications/science/math/geogebra
parentb6f4313e4afbe6b0ffdf16e5f65561e52c4dd35e (diff)
downloadnixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar.gz
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar.bz2
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar.lz
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar.xz
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.tar.zst
nixpkgs-f12d58f223490011f0eb7218054c0ef24ad050b6.zip
geogebra6: 6-0-631-0 -> 6-0-644-0
Diffstat (limited to 'pkgs/applications/science/math/geogebra')
-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 20708004158..8163fe5478f 100644
--- a/pkgs/applications/science/math/geogebra/geogebra6.nix
+++ b/pkgs/applications/science/math/geogebra/geogebra6.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, unzip, fetchurl, electron_6, makeWrapper, geogebra }:
 let
   pname = "geogebra";
-  version = "6-0-631-0";
+  version = "6-0-644-0";
 
   srcIcon = geogebra.srcIcon;
   desktopItem = geogebra.desktopItem;
@@ -18,9 +18,9 @@ let
     src = fetchurl {
       urls = [
         "https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
-        "https://web.archive.org/web/20210406083122/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
+        "https://web.archive.org/web/20210604132845/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
       ];
-      sha256 = "1k4jxcvxxjxfrdghs4a29zpp4yid2vh1mfgp8xxr3qlzxnqv92ha";
+      sha256 = "bbe9e1a35abacfd560c0b7aa1ab975853e6adac08608bb70cd80261179e3f922";
     };
 
     dontConfigure = true;