Merge pull request #24284 from Ma27/update-geogebra

geogebra: 5-0-338-0 -> 5-0-346-0
This commit is contained in:
Joachim F 2017-03-24 23:51:12 +01:00 committed by GitHub
commit 550459c11f
1 changed files with 2 additions and 2 deletions

View File

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