From 44d10a3e5d95d0d72dadf77f779acdb032f86fbf Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 24 Sep 2023 09:25:42 +0000 Subject: [PATCH] =?UTF-8?q?gjs:=201.77.90=20=E2=86=92=201.78.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gjs/-/compare/1.77.90...1.78.0 We don't run gtk4 tests I think. The change should be quite minor. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/gjs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gjs/default.nix b/pkgs/development/libraries/gjs/default.nix index c191d5186a67..edcb29f3ccb7 100644 --- a/pkgs/development/libraries/gjs/default.nix +++ b/pkgs/development/libraries/gjs/default.nix @@ -31,13 +31,13 @@ let ]; in stdenv.mkDerivation rec { pname = "gjs"; - version = "1.77.90"; + version = "1.78.0"; outputs = [ "out" "dev" "installedTests" ]; src = fetchurl { url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-cNuWeumL3mmzhHXvYLuaMwKZD6YVuvRoIBlLMCop2/g="; + sha256 = "sha256-+6og4JF2aIMIAPkpUWiPn8CPASlq/9XNtLNfdQvifck="; }; patches = [