geogebra: 5-0-382-0 -> 5-0-444-0

This commit is contained in:
sternenseemann 2018-03-15 21:25:14 +01:00 committed by Matthew Justin Bauer
parent 2e02bcaedc
commit 275cd49731

View File

@ -2,20 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "geogebra-${version}"; name = "geogebra-${version}";
version = "5-0-382-0"; version = "5-0-444-0";
preferLocalBuild = true; preferLocalBuild = true;
src = fetchurl { src = fetchurl {
urls = [ urls = "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
"http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2" sha256 = "1x2h40m62zbhmy42hln5gjj3fwk4b6803v3k9agpv5c6j468sq0p";
# 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";
}; };
srcIcon = fetchurl { srcIcon = fetchurl {