gnome: update GNOME Shell input

This commit is contained in:
Daniel Thwaites 2025-11-15 22:06:16 +00:00
parent d8def6e86c
commit 09c755d8ed
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D
2 changed files with 10 additions and 9 deletions

14
flake.lock generated
View file

@ -123,18 +123,20 @@
"gnome-shell": {
"flake": false,
"locked": {
"lastModified": 1748186689,
"narHash": "sha256-UaD7Y9f8iuLBMGHXeJlRu6U1Ggw5B9JnkFs3enZlap0=",
"host": "gitlab.gnome.org",
"lastModified": 1762869044,
"narHash": "sha256-nwm/GJ2Syigf7VccLAZ66mFC8mZJFqpJmIxSGKl7+Ds=",
"owner": "GNOME",
"repo": "gnome-shell",
"rev": "8c88f917db0f1f0d80fa55206c863d3746fa18d0",
"type": "github"
"rev": "680e3d195a92203f28d4bf8c6e8bb537cc3ed4ad",
"type": "gitlab"
},
"original": {
"host": "gitlab.gnome.org",
"owner": "GNOME",
"ref": "48.2",
"ref": "gnome-49",
"repo": "gnome-shell",
"type": "github"
"type": "gitlab"
}
},
"nixpkgs": {

View file

@ -51,10 +51,9 @@
};
gnome-shell = {
# TODO: Unlocking the input and pointing to official repository requires
# updating the patch:
# TODO: Unlocking the input requires updating the patch:
# https://github.com/nix-community/stylix/pull/224#discussion_r1460339607.
url = "github:GNOME/gnome-shell/48.2";
url = "gitlab:GNOME/gnome-shell/gnome-49?host=gitlab.gnome.org";
flake = false;
};