From fd28b8c59265a8af95157f7ea6d36b0dc3d7260a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 10 Sep 2023 16:02:14 +0000 Subject: [PATCH] =?UTF-8?q?gnome.gnome-shell:=2045.beta.1=20=E2=86=92=2045?= =?UTF-8?q?.rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.beta.1...45.rc Started using mtk. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/desktops/gnome/core/gnome-shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/gnome-shell/default.nix b/pkgs/desktops/gnome/core/gnome-shell/default.nix index f828af82111e..6ee7f9869920 100644 --- a/pkgs/desktops/gnome/core/gnome-shell/default.nix +++ b/pkgs/desktops/gnome/core/gnome-shell/default.nix @@ -67,13 +67,13 @@ let in stdenv.mkDerivation rec { pname = "gnome-shell"; - version = "45.beta.1"; + version = "45.rc"; outputs = [ "out" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "sf/3O3k4UJIpL7jpsH5xdDRuW7XTqV9cgFn/y1UGJpU="; + sha256 = "EDHGanDrnNcTCvrk/dzuF2DoqED1tWLv7D7D+oE66zo="; }; patches = [