mirror of
https://github.com/chuangzhu/nixpkgs-gnome-mobile.git
synced 2024-12-28 16:06:02 +01:00
fix(overlay): update repo, bump to 46-mobile.1
This commit is contained in:
parent
aaae71ce20
commit
9ef420105d
1 changed files with 6 additions and 6 deletions
12
overlay.nix
12
overlay.nix
|
@ -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=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue