mirror of
https://github.com/chuangzhu/nixpkgs-gnome-mobile.git
synced 2025-01-30 23:05:09 +01:00
gnome-shell unstable-2024-04-27
This commit is contained in:
parent
e018d836f3
commit
56824cb573
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
gnome = super.gnome.overrideScope (gself: gsuper: {
|
gnome = super.gnome.overrideScope (gself: gsuper: {
|
||||||
gnome-shell = (gself.callPackage ./gnome-shell { }).overrideAttrs (old: {
|
gnome-shell = (gself.callPackage ./gnome-shell { }).overrideAttrs (old: {
|
||||||
version = "unstable-2023-09-08";
|
version = "unstable-2024-04-27";
|
||||||
src = super.fetchFromGitLab {
|
src = super.fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "verdre";
|
owner = "verdre";
|
||||||
repo = "mobile-shell";
|
repo = "mobile-shell";
|
||||||
rev = "df3f6b4c512d2f181e86ff7f6b1646ce7b907344";
|
rev = "3a352e95bf540d663f35554ee2de5dcd1ff408bc";
|
||||||
hash = "sha256-s47z1q+MZWogT99OkzgQxKrqFT4I0yXyfGSww1IaaFs=";
|
hash = "sha256-2FErBxN/WXnl7czNBM8OwVO2fIyu15vwgP6DGhLRBM4=";
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue