From 2c964b06abcb7f491d80ee8a85a10b34469568e4 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 7 Aug 2023 07:56:27 +0000 Subject: [PATCH] =?UTF-8?q?gnome-console:=2044.4=20=E2=86=92=2045.beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/console/-/compare/44.4...45.beta 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 bfcc4cc5bc50..2b37727d22f0 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 = "44.4"; + version = "45.beta"; src = fetchurl { url = "mirror://gnome/sources/gnome-console/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "uR9E6abAQz6W2ZfzlVhSBtq6xiRzmTo8B1Uv5YiOWo0="; + sha256 = "JMvVaA5SXCwMV62NjBrRme9bRbH/HIC+IqN4SORuk6w="; }; nativeBuildInputs = [