From 422b36dc0f5c1aa6f7ac15552eb6065ef945f0af Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 24 Sep 2023 09:35:09 +0000 Subject: [PATCH] =?UTF-8?q?gnome-console:=2045.beta=20=E2=86=92=2045.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/console/-/compare/45.beta...45.0 The needs gtk 4.12.2 for "tooltip: don't cross native boundaries" https://gitlab.gnome.org/GNOME/gtk/-/commit/114550407564f25469984f69e0707f4d8940e1d0 Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- .../applications/terminal-emulators/gnome-console/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/gnome-console/default.nix b/pkgs/applications/terminal-emulators/gnome-console/default.nix index 2b37727d22f0..3b55aafa0a4f 100644 --- a/pkgs/applications/terminal-emulators/gnome-console/default.nix +++ b/pkgs/applications/terminal-emulators/gnome-console/default.nix @@ -18,11 +18,11 @@ stdenv.mkDerivation rec { pname = "gnome-console"; - version = "45.beta"; + version = "45.0"; src = fetchurl { url = "mirror://gnome/sources/gnome-console/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "JMvVaA5SXCwMV62NjBrRme9bRbH/HIC+IqN4SORuk6w="; + sha256 = "50YhKNLfIySh10gGLEBCnNBQSvCeQHBnsz86nQxZyOE="; }; nativeBuildInputs = [