about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2018-03-15 21:25:14 +0100
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 01:51:04 -0500
commit275cd497314464226343fa31cee271fb9d4c8025 (patch)
tree45ed92cd5813817f36b5371354524f8f8c6c3cba
parent2e02bcaedcbaaa954d37524ba853e44c9a04b296 (diff)
downloadnixlib-275cd497314464226343fa31cee271fb9d4c8025.tar
nixlib-275cd497314464226343fa31cee271fb9d4c8025.tar.gz
nixlib-275cd497314464226343fa31cee271fb9d4c8025.tar.bz2
nixlib-275cd497314464226343fa31cee271fb9d4c8025.tar.lz
nixlib-275cd497314464226343fa31cee271fb9d4c8025.tar.xz
nixlib-275cd497314464226343fa31cee271fb9d4c8025.tar.zst
nixlib-275cd497314464226343fa31cee271fb9d4c8025.zip
geogebra: 5-0-382-0 -> 5-0-444-0
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index ef6b266eaaf2..b486d01a4099 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -2,20 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "geogebra-${version}";
-  version = "5-0-382-0";
+  version = "5-0-444-0";
 
   preferLocalBuild = true;
 
   src = fetchurl {
-    urls = [
-      "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
-
-      # Fallback for 5-0-382-0
-      # To avoid breaks when latest geogebra version is
-      # removed from `download.geogebra.org`
-      "http://web.archive.org/web/20170818191250/http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-5-0-382-0.tar.bz2"
-    ];
-    sha256 = "0xqln1ssm35q8ry4a0ly8rkgw41brmrhn26l6q6r0qqrnw85cnyv";
+    urls = "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
+    sha256 = "1x2h40m62zbhmy42hln5gjj3fwk4b6803v3k9agpv5c6j468sq0p";
   };
 
   srcIcon = fetchurl {