vscode-extensions.pkief.material-icon-theme: 5.23.0 -> 5.24.0 and moved to own directory

This commit is contained in:
Felix Kimmel
2025-06-29 19:44:32 +02:00
parent 49bb9c2da2
commit b49d9f84d4
2 changed files with 20 additions and 15 deletions
@@ -3899,21 +3899,7 @@ let
};
};
pkief.material-icon-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "material-icon-theme";
publisher = "PKief";
version = "5.23.0";
hash = "sha256-numOqtLBqPKhlHXpdKtzg423vijR0p0a8f9niR2WrCc=";
};
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 ];
};
};
pkief.material-icon-theme = callPackage ./pkief.material-icon-theme { };
pkief.material-product-icons = buildVscodeMarketplaceExtension {
mktplcRef = {
@@ -0,0 +1,19 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "material-icon-theme";
publisher = "PKief";
version = "5.24.0";
hash = "sha256-Skc+ib3gY2cLVepOjbBkpwPuUG9C29bh5BOxQOAZNtc=";
};
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 ];
};
}