Skip to content

Commit 9515697

Browse files
authored
chore: bump categories.yml data hash (#1717)
1 parent ba2a6d2 commit 9515697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export async function getCategoriesData(): Promise<
108108
CategoriesSchema.CategoryDefinitions
109109
> {
110110
const content = await fetch(
111-
"https://raw.githubusercontent.com/catppuccin/catppuccin/de9d2cd963059753c8fd66fbb6f807be95c6cc1e/resources/categories.yml",
111+
"https://raw.githubusercontent.com/catppuccin/catppuccin/d4f82739e687cfd19d168be355367fdbbcc8e029/resources/categories.yml",
112112
).then((res) => res.text());
113113

114114
const data = validateYaml<CategoriesSchema.CategoryDefinitions>(

0 commit comments

Comments
 (0)