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.
This commit is contained in:
parent
4af3190e41
commit
0dbfa47ed1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user