about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorŠimon Brandner <simon.bra.ag@gmail.com>2023-08-21 21:27:51 +0200
committerŠimon Brandner <simon.bra.ag@gmail.com>2023-08-21 21:27:51 +0200
commit4920a168dc96f1ea8cc94768f03c8fece6358391 (patch)
tree7ebe822af3c3d2c7830efe52f12461d604d3a54d /pkgs/applications/science
parent8bccf2aacd2cff75be189b37fa314144e8bd6c54 (diff)
geogebra6: 6-0-785-0 -> 6-0-794-0
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/geogebra/geogebra6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/geogebra/geogebra6.nix b/pkgs/applications/science/math/geogebra/geogebra6.nix
index db066ea463175..4cfcb6debbe7a 100644
--- a/pkgs/applications/science/math/geogebra/geogebra6.nix
+++ b/pkgs/applications/science/math/geogebra/geogebra6.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, unzip, fetchurl, electron, makeWrapper, geogebra }:
 let
   pname = "geogebra";
-  version = "6-0-785-0";
+  version = "6-0-794-0";
 
   srcIcon = geogebra.srcIcon;
   desktopItem = geogebra.desktopItem;
@@ -32,7 +32,7 @@ let
         "https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
         "https://web.archive.org/web/20230627211859/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
       ];
-      hash = "sha256-Yv8pTCKkyM7XMUNV2Pcn/YxWo1MbOTNMQBFuJFhB/uE=";
+      hash = "sha256-sNCq1Xcx/Y5r+SIRiqQYcG9dVsfIC2Ef5KJf+tgfxC8=";
     };
 
     dontConfigure = true;