summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-24 18:01:11 +0000
committerGitHub <noreply@github.com>2021-12-24 18:01:11 +0000
commitf04946ad25a5a1def2e5f6ca96ed9188b7ea303c (patch)
tree05e09d65e387aacf5e6d91da98409639907039ff /pkgs/applications/science/math
parentf5da7cc8e17e507c1f3a1e8460fb7c171311cc0f (diff)
parente976a7e860c35f3dbfec62ea9adc97f2a7956c47 (diff)
downloadnixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar.gz
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar.bz2
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar.lz
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar.xz
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.tar.zst
nixpkgs-f04946ad25a5a1def2e5f6ca96ed9188b7ea303c.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index 124caf4180c..7ebfe2030d4 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchurl, jre, makeDesktopItem, makeWrapper, unzip, language ? "en_US" }:
 let
   pname = "geogebra";
-  version = "5-0-662-0";
+  version = "5-0-680-0";
 
   srcIcon = fetchurl {
     url = "http://static.geogebra.org/images/geogebra-logo.svg";
@@ -43,7 +43,7 @@ let
         "https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
         "https://web.archive.org/web/20210910014320/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
       ];
-      sha256 = "08gaiid5qgdznd9f8hb32m4qa90z7qlcx1cs7y0jr9ilnbmrgs8n";
+      sha256 = "0gdvajf220pm1w3nxi2fymxjx2vl978pz7ffn5gr72cx8f2956lm";
     };
 
     nativeBuildInputs = [ makeWrapper ];