gjs: 1.77.2 → 1.77.90

https://gitlab.gnome.org/GNOME/gjs/-/compare/1.77.2...1.77.90

Disables C++ exceptions by default

"This theoretically can improve performance. It makes exceptions from the
C++ standard library uncatchable, aborting on allocation failures.
However, this is what GLib already does, so it seems like we aren't losing
anything by changing the default."

https://github.com/GNOME/gjs/commit/42eb928552ff27666948f36b7ad88b070311d7f6

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:42:02 +01:00
committed by Jan Tojnar
parent 969b438165
commit 02f1488917
+2 -2
View File
@@ -31,13 +31,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "gjs";
version = "1.77.2";
version = "1.77.90";
outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-wJUivP4ov/heBmDBdHEOtL8u6/e5fiMX4sEpogoVr9s=";
sha256 = "sha256-cNuWeumL3mmzhHXvYLuaMwKZD6YVuvRoIBlLMCop2/g=";
};
patches = [