summary refs log tree commit diff
diff options
context:
space:
mode:
authorStephen Morgan <morgan.stephen99@gmail.com>2021-09-11 23:49:13 +1000
committerStephen Morgan <morgan.stephen99@gmail.com>2021-09-11 23:49:13 +1000
commit28b5133cce47d31f4cf4b0ae2c40a11e87850449 (patch)
treec903ea6e0683499c23a71e0b1a74742b9084e8f8
parent45d44fb1a123af82b62457d95486baa75df9071f (diff)
downloadnixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar.gz
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar.bz2
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar.lz
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar.xz
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.tar.zst
nixpkgs-28b5133cce47d31f4cf4b0ae2c40a11e87850449.zip
geogebra: 5-0-644-0 -> 5-0-662-0
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index eb98b3ad20c..124caf4180c 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-644-0";
+  version = "5-0-662-0";
 
   srcIcon = fetchurl {
     url = "http://static.geogebra.org/images/geogebra-logo.svg";
@@ -41,9 +41,9 @@ let
     src = fetchurl {
       urls = [
         "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
-        "https://web.archive.org/web/20210604132513/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
+        "https://web.archive.org/web/20210910014320/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
       ];
-      sha256 = "dd992654175812d8770d94f063fc1430a743e8e0efcae03f51bf9a3a073c2522";
+      sha256 = "08gaiid5qgdznd9f8hb32m4qa90z7qlcx1cs7y0jr9ilnbmrgs8n";
     };
 
     nativeBuildInputs = [ makeWrapper ];