diff --git a/flake.lock b/flake.lock index a1d09ed6..562c13cf 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index a3e14052..94a48ef2 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };