From 2383da1007ccf31575c5660f5a2cc2018b44af9a Mon Sep 17 00:00:00 2001 From: Felix Kimmel Date: Mon, 12 May 2025 09:44:30 +0200 Subject: [PATCH] vscode-extensions.pkief.material-icon-theme: 5.21.2 -> 5.22.0 --- pkgs/applications/editors/vscode/extensions/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index c5e43703f113..750527d3c583 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -3961,11 +3961,15 @@ let mktplcRef = { name = "material-icon-theme"; publisher = "PKief"; - version = "5.21.2"; - sha256 = "sha256-HEcFa+SCosf5UonqxFQZI+G5ogxCaScmHt54xn4H4QI="; + version = "5.22.0"; + hash = "sha256-E9UCSZe0hXnKwdNv6ua/Kzuy+wTFyeOGGVl7gFF4opY="; }; meta = { + description = "Material Design Icons for Visual Studio Code"; + downloadPage = "https://marketplace.visualstudio.com/items/?itemName=PKief.material-icon-theme"; + homepage = "https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md"; license = lib.licenses.mit; + maintainers = [ lib.maintainers.therobot2105 ]; }; };