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 {
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 {