From 9ef420105d65da14ee5f801b699483bcd1f6280a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:16:05 +0800 Subject: [PATCH] fix(overlay): update repo, bump to `46-mobile.1` --- overlay.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/overlay.nix b/overlay.nix index 500f20f..fe2f1e3 100644 --- a/overlay.nix +++ b/overlay.nix @@ -12,13 +12,13 @@ in { gnome-shell = super.gnome-shell.overrideAttrs (old: rec { - version = "46-mobile-0"; # 361fc605e595b36df68d8b691f22bccddcf84cc9 + version = "46-mobile.1"; src = super.fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "verdre"; - repo = "mobile-shell"; + repo = "gnome-shell-mobile"; rev = version; - hash = "sha256-iHDX//QsfDDSv9OnN1E4ZgxVOqzqzNHQC2/ZrAeYUL8="; + hash = "sha256-NL1/mddfaL1rMidsbtV4kG2SlAZZNuR8KmqTmEE4IAM="; fetchSubmodules = true; }; # JS ERROR: Error: Requiring ModemManager, version none: Typelib file for namespace 'ModemManager' (any version) not found @@ -31,13 +31,13 @@ in }); mutter = super.mutter.overrideAttrs (old: rec { - version = "46-mobile-0"; # 805bce1ffa98a4aad180988c7aa7c34115da1d5d + version = "46-mobile.1"; src = super.fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "verdre"; - repo = "mobile-mutter"; + repo = "mutter-mobile"; rev = version; - hash = "sha256-l2iKUvzW0FPPccQkhd2bDdd+BD4ZHi21MOHLhZCJwbY="; + hash = "sha256-Xmoq//Igaz1oVt2/aLV+9WjZzW1g6yLADqg97wD3Lug="; }; }); }