geogebra: 5-0-346-0 -> 5-0-350-0

This commit is contained in:
Maximilian Bosch 2017-03-30 21:55:05 +02:00
parent b6c93177e7
commit 1e295260e2
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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