From f653079816ac9e74bab4675d5402a02210932d7d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 16 Nov 2025 23:59:44 +0530 Subject: [PATCH] chore: update gnome-shell and stylix sources in flake.lock --- flake.lock | 25 +++++++++++++------------ flake.nix | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 1114d4fe..79705da3 100644 --- a/flake.lock +++ b/flake.lock @@ -1608,18 +1608,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" } }, "gnome-shell_2": { @@ -3633,16 +3635,15 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1763151783, - "narHash": "sha256-ZMPERWDbF0PqTWH4nJcsFv/ItgfhusB2cxo8T6sNZAw=", - "owner": "vidhanio", + "lastModified": 1763245881, + "narHash": "sha256-0q+4x1Gx3AMIRV8MIN2/WOJOAVMtfqnkY1m3k0iIDkI=", + "owner": "nix-community", "repo": "stylix", - "rev": "d8def6e86c78eb9cbfcef098f346385c29aae4f8", + "rev": "29dc3dd858c507bfd1038716197f84f40e41f28d", "type": "github" }, "original": { - "owner": "vidhanio", - "ref": "gnome-49", + "owner": "nix-community", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index cc9b7d74..1a2c074e 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { - url = "github:vidhanio/stylix/gnome-49"; + url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; stylix-stable = {