Skip to content

Commit

Permalink
chore(deps): update nix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 889026b commit a5d54e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nix/yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
let

yarnBin = fetchurl {
url = "https://repo.yarnpkg.com/4.4.0/packages/yarnpkg-cli/bin/yarn.js";
hash = "sha512-kdk7RF2ShOftUpMTabyJpmNBTlWC0A7qRcZ93EWaJYKRnuzifEEtb/0b0Hk/81OZOByyKTJrlheYzk9Mxg3f2w==";
url = "https://repo.yarnpkg.com/4.5.0/packages/yarnpkg-cli/bin/yarn.js";
hash = "sha512-g3Vm0k7sFOwPXxQRrbVE6JKzRUJV5h/e+P0F80KUgBAoBrrHRGvJ2v84lrAa5LYtAAlsfpifFZbyrxC5J1MvOQ==";
};

cacheFolder = ".yarn/cache";
Expand Down
4 changes: 2 additions & 2 deletions packages/catppuccin-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"type": "object",
"default": {},
"markdownDescription": "Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.",
"$ref": "https://esm.sh/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
"$ref": "https://esm.sh/gh/catppuccin/[email protected].2/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
},
"catppuccin.customUIColors": {
"type": "object",
"default": {},
"markdownDescription": "Customize UI colors. Map `workbench.colorCustomizations` to palette colors. See [the docs](https://github.com/catppuccin/vscode#use-palette-colors-on-workbench-elements-ui) for reference.",
"$ref": "https://esm.sh/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
"$ref": "https://esm.sh/gh/catppuccin/[email protected].2/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
},
"catppuccin.accentColor": {
"type": "string",
Expand Down

0 comments on commit a5d54e8

Please sign in to comment.