chore: update gnome-shell and stylix sources in flake.lock

This commit is contained in:
uttarayan21
2025-11-16 23:59:44 +05:30
parent f952623634
commit f653079816
2 changed files with 14 additions and 13 deletions

25
flake.lock generated
View File

@@ -1608,18 +1608,20 @@
"gnome-shell": { "gnome-shell": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1748186689, "host": "gitlab.gnome.org",
"narHash": "sha256-UaD7Y9f8iuLBMGHXeJlRu6U1Ggw5B9JnkFs3enZlap0=", "lastModified": 1762869044,
"narHash": "sha256-nwm/GJ2Syigf7VccLAZ66mFC8mZJFqpJmIxSGKl7+Ds=",
"owner": "GNOME", "owner": "GNOME",
"repo": "gnome-shell", "repo": "gnome-shell",
"rev": "8c88f917db0f1f0d80fa55206c863d3746fa18d0", "rev": "680e3d195a92203f28d4bf8c6e8bb537cc3ed4ad",
"type": "github" "type": "gitlab"
}, },
"original": { "original": {
"host": "gitlab.gnome.org",
"owner": "GNOME", "owner": "GNOME",
"ref": "48.2", "ref": "gnome-49",
"repo": "gnome-shell", "repo": "gnome-shell",
"type": "github" "type": "gitlab"
} }
}, },
"gnome-shell_2": { "gnome-shell_2": {
@@ -3633,16 +3635,15 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1763151783, "lastModified": 1763245881,
"narHash": "sha256-ZMPERWDbF0PqTWH4nJcsFv/ItgfhusB2cxo8T6sNZAw=", "narHash": "sha256-0q+4x1Gx3AMIRV8MIN2/WOJOAVMtfqnkY1m3k0iIDkI=",
"owner": "vidhanio", "owner": "nix-community",
"repo": "stylix", "repo": "stylix",
"rev": "d8def6e86c78eb9cbfcef098f346385c29aae4f8", "rev": "29dc3dd858c507bfd1038716197f84f40e41f28d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "vidhanio", "owner": "nix-community",
"ref": "gnome-49",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View File

@@ -14,7 +14,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix = { stylix = {
url = "github:vidhanio/stylix/gnome-49"; url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix-stable = { stylix-stable = {