summary refs log tree commit diff
path: root/pkgs/applications/science/math/geogebra
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-06-17 18:04:14 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-17 18:04:14 +0200
commit0dbfa47ed12f42c78a3ea86aaebd2db243fa8384 (patch)
treeb046f116c9180547a9ef9ea3db0cb7941a770c59 /pkgs/applications/science/math/geogebra
parent4af3190e41666c24a628e001670ce255b282cf16 (diff)
downloadnixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar.gz
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar.bz2
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar.lz
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar.xz
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.tar.zst
nixpkgs-0dbfa47ed12f42c78a3ea86aaebd2db243fa8384.zip
geogebra: 5-0-444-0 -> 5-0-472-0 (#41990)
Bumped to the latest version available.

Also tested the `web.archive.org` backup to avoid broken downloads when
the tarball is removed from the official download mirror.
Diffstat (limited to 'pkgs/applications/science/math/geogebra')
-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 9e2c55d567c..755a6094038 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -2,16 +2,16 @@
 
 stdenv.mkDerivation rec {
   name = "geogebra-${version}";
-  version = "5-0-444-0";
+  version = "5-0-472-0";
 
   preferLocalBuild = true;
 
   src = fetchurl {
     urls = [
       "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
-      "http://web.archive.org/web/20180325075100/http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
+      "http://web.archive.org/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
     ];
-    sha256 = "1x2h40m62zbhmy42hln5gjj3fwk4b6803v3k9agpv5c6j468sq0p";
+    sha256 = "1f56k5r5wf2l27sgp2vjpvx7wl72gizwxs0a6hngk15nzzka87v9";
   };
 
   srcIcon = fetchurl {