From 85327f43f4bfa43b45278e82b5a6cfb9ea209b4f Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 22 Aug 2023 15:01:42 +0000 Subject: [PATCH] =?UTF-8?q?gjs:=201.77.1=20=E2=86=92=201.77.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gjs/-/compare/1.77.1...1.77.2 Ported to SpiderMonkey 115. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/gjs/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/gjs/default.nix b/pkgs/development/libraries/gjs/default.nix index 0306ae046c9f..8f98b5098b27 100644 --- a/pkgs/development/libraries/gjs/default.nix +++ b/pkgs/development/libraries/gjs/default.nix @@ -9,7 +9,7 @@ , gtk3 , atk , gobject-introspection -, spidermonkey_102 +, spidermonkey_115 , pango , cairo , readline @@ -31,13 +31,13 @@ let ]; in stdenv.mkDerivation rec { pname = "gjs"; - version = "1.77.1"; + version = "1.77.2"; outputs = [ "out" "dev" "installedTests" ]; src = fetchurl { url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-aI4/oXMtvSLpyoYdZzv+eGi6v7wtz4ip/tZ3TUlf1Z0="; + sha256 = "sha256-wJUivP4ov/heBmDBdHEOtL8u6/e5fiMX4sEpogoVr9s="; }; patches = [ @@ -65,7 +65,7 @@ in stdenv.mkDerivation rec { cairo readline libsysprof-capture - spidermonkey_102 + spidermonkey_115 ]; nativeCheckInputs = [