3
0
Fork 0
forked from mirrors/nixpkgs

geogebra: 5-0-350-0 -> 5-0-355-0 (#25324)

This commit is contained in:
Maximilian Bosch 2017-04-29 15:34:57 +02:00 committed by obadz
parent e715283dca
commit b12f76ddd3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "geogebra-${version}";
version = "5-0-350-0";
version = "5-0-355-0";
preferLocalBuild = true;
src = fetchurl {
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
sha256 = "0lr2calglad5d17p5sl1jbjdfsdsmn4dxgy8s89lyh0d4aihy54d";
sha256 = "0gm6jqlc3kgnbwnqlz6i9rahdy802jq7xc9gw1q5ynk63smm3ngk";
};
srcIcon = fetchurl {