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": {
"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"
}

View File

@@ -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 = {