geogebra: add archive.org link for 5-0-444-0

The `geogebra` package is subject to break as upstream removes versioned
packages from their download server when five new releases are comming.

This is why I had to fix almost monthly the package by bumping the
version (these can be found by running `git log --online | grep
geogebra:`). As the package didn't cause any issues for several months
now I guess that using `archive.org` seems to be a suitable solution for
now.

/cc @sternenseemann @matthewbauer
This commit is contained in:
Maximilian Bosch 2018-03-25 10:08:43 +02:00
parent 275cd49731
commit 2379cfc4ed
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -7,7 +7,10 @@ stdenv.mkDerivation rec {
preferLocalBuild = true;
src = fetchurl {
urls = "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
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"
];
sha256 = "1x2h40m62zbhmy42hln5gjj3fwk4b6803v3k9agpv5c6j468sq0p";
};