We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f12f0b commit d9e6338Copy full SHA for d9e6338
1 file changed
pkgs/applications/science/math/geogebra/default.nix
@@ -2,7 +2,7 @@
2
3
stdenv.mkDerivation rec {
4
pname = "geogebra";
5
- version = "5-0-574-0";
+ version = "5-0-593-0";
6
7
preferLocalBuild = true;
8
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11
"https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
12
"http://web.archive.org/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
13
];
14
- sha256 = "0jbci4spqkf33yb079lsnsc684y4mdf1p8lm9r0037av8jlsrgrc";
+ sha256 = "d84c27a3299e6df08881733d22215a18decedcba4c2d97a9e5424c39cd57db35";
15
};
16
17
srcIcon = fetchurl {
0 commit comments