Merge pull request #22993 from Ma27/update/geogebra
geogebra: 5-0-328-0 -> 5-0-331-0
This commit is contained in:
commit
82044248a3
@ -277,6 +277,7 @@
|
||||
luispedro = "Luis Pedro Coelho <luis@luispedro.org>";
|
||||
lukego = "Luke Gorrie <luke@snabb.co>";
|
||||
lw = "Sergey Sofeychuk <lw@fmap.me>";
|
||||
ma27 = "Maximilian Bosch <maximilian@mbosch.me>";
|
||||
madjar = "Georges Dubus <georges.dubus@compiletoi.net>";
|
||||
magnetophon = "Bart Brouns <bart@magnetophon.nl>";
|
||||
mahe = "Matthias Herrmann <matthias.mh.herrmann@gmail.com>";
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "geogebra-${version}";
|
||||
version = "5-0-328-0";
|
||||
version = "5-0-331-0";
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
|
||||
sha256 = "1bzmnw5410fv9s29ji8f4naa6m6ykvv8h88mmxhiygr3rfsc7050";
|
||||
sha256 = "135g2xqafgs1gv98vqq2jpfwyi1aflyiynx1gmsgs23jxbr218v2";
|
||||
};
|
||||
|
||||
srcIcon = fetchurl {
|
||||
@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
|
||||
calculus in one easy-to-use package.
|
||||
'';
|
||||
homepage = https://www.geogebra.org/;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
license = with licenses; [ gpl3 cc-by-nc-sa-30 geogebra ];
|
||||
platforms = platforms.all;
|
||||
hydraPlatforms = [];
|
||||
|
Loading…
Reference in New Issue
Block a user