lock tt-schemes to good catppuccin version

This commit is contained in:
Sean Kovacs 2026-02-19 11:44:48 -05:00
commit 435a46ac0e
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View file

@ -625,16 +625,17 @@
"tt-schemes": { "tt-schemes": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1768516483, "lastModified": 1770951657,
"narHash": "sha256-AWTIYZ1tZab0YwAQwgt5yO4ucqZoc4iXX002Byy7pRY=", "narHash": "sha256-A9KDJ0/yL3iek7mN6p0BF+1+dVGi4l/YCquRmTGFO7I=",
"owner": "tinted-theming", "owner": "tinted-theming",
"repo": "schemes", "repo": "schemes",
"rev": "43dd14f6466a782bd57419fdfb5f398c74d6ac53", "rev": "b9f335ad6a0b7d85b9c2eb932c3215f7429f7d11",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "tinted-theming", "owner": "tinted-theming",
"repo": "schemes", "repo": "schemes",
"rev": "b9f335ad6a0b7d85b9c2eb932c3215f7429f7d11",
"type": "github" "type": "github"
} }
}, },

View file

@ -18,7 +18,7 @@
}; };
tt-schemes = { tt-schemes = {
url = "github:tinted-theming/schemes"; url = "github:tinted-theming/schemes/b9f335ad6a0b7d85b9c2eb932c3215f7429f7d11";
flake = false; flake = false;
}; };