geogebra6: switch to electron_14

arch uses electron_14 for their package
electron_12 is eol

(cherry picked from commit 3c35508df5)
This commit is contained in:
Artturin
2021-12-01 20:29:18 +02:00
committed by github-actions[bot]
parent 4334bbe638
commit d28bbe114f

View File

@@ -31812,7 +31812,7 @@ with pkgs;
geogebra = callPackage ../applications/science/math/geogebra { };
geogebra6 = callPackage ../applications/science/math/geogebra/geogebra6.nix {
electron = electron_12;
electron = electron_14;
};
maxima = callPackage ../applications/science/math/maxima {