Loading pkgs/applications/editors/vscode/extensions/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -857,13 +857,15 @@ let mktplcRef = { name = "catppuccin-vsc"; publisher = "catppuccin"; version = "2.6.1"; hash = "sha256-B56b7PeuVnkxEqvd4vL9TYO7s8fuA+LOCTbJQD9e7wY="; version = "3.14.0"; hash = "sha256-kNQFR1ghdFJF4XLWCFgVpeXCZ/XiHGr/O1iJyWTT3Bg="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/Catppuccin.catppuccin-vsc/changelog"; description = "Soothing pastel theme for VSCode"; license = lib.licenses.mit; downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc"; homepage = "https://github.com/catppuccin/vscode"; license = lib.licenses.mit; maintainers = [ ]; }; }; Loading Loading
pkgs/applications/editors/vscode/extensions/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -857,13 +857,15 @@ let mktplcRef = { name = "catppuccin-vsc"; publisher = "catppuccin"; version = "2.6.1"; hash = "sha256-B56b7PeuVnkxEqvd4vL9TYO7s8fuA+LOCTbJQD9e7wY="; version = "3.14.0"; hash = "sha256-kNQFR1ghdFJF4XLWCFgVpeXCZ/XiHGr/O1iJyWTT3Bg="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/Catppuccin.catppuccin-vsc/changelog"; description = "Soothing pastel theme for VSCode"; license = lib.licenses.mit; downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc"; homepage = "https://github.com/catppuccin/vscode"; license = lib.licenses.mit; maintainers = [ ]; }; }; Loading