fix(overlay): update repo, bump to 46-mobile.1

This commit is contained in:
藍+85CD 2024-09-21 14:16:05 +08:00 committed by GitHub
parent aaae71ce20
commit 9ef420105d
Failed to generate hash of commit

View file

@ -12,13 +12,13 @@ in
{ {
gnome-shell = super.gnome-shell.overrideAttrs (old: rec { gnome-shell = super.gnome-shell.overrideAttrs (old: rec {
version = "46-mobile-0"; # 361fc605e595b36df68d8b691f22bccddcf84cc9 version = "46-mobile.1";
src = super.fetchFromGitLab { src = super.fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "verdre"; owner = "verdre";
repo = "mobile-shell"; repo = "gnome-shell-mobile";
rev = version; rev = version;
hash = "sha256-iHDX//QsfDDSv9OnN1E4ZgxVOqzqzNHQC2/ZrAeYUL8="; hash = "sha256-NL1/mddfaL1rMidsbtV4kG2SlAZZNuR8KmqTmEE4IAM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
# JS ERROR: Error: Requiring ModemManager, version none: Typelib file for namespace 'ModemManager' (any version) not found # 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 { mutter = super.mutter.overrideAttrs (old: rec {
version = "46-mobile-0"; # 805bce1ffa98a4aad180988c7aa7c34115da1d5d version = "46-mobile.1";
src = super.fetchFromGitLab { src = super.fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "verdre"; owner = "verdre";
repo = "mobile-mutter"; repo = "mutter-mobile";
rev = version; rev = version;
hash = "sha256-l2iKUvzW0FPPccQkhd2bDdd+BD4ZHi21MOHLhZCJwbY="; hash = "sha256-Xmoq//Igaz1oVt2/aLV+9WjZzW1g6yLADqg97wD3Lug=";
}; };
}); });
} }