Skip to content

Commit e235177

Browse files
authored
vscode-extensions.pkief.material-icon-theme: 5.21.2 -> 5.22.0 (#406385)
2 parents 431eb3a + 2383da1 commit e235177

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,11 +3961,15 @@ let
39613961
mktplcRef = {
39623962
name = "material-icon-theme";
39633963
publisher = "PKief";
3964-
version = "5.21.2";
3965-
sha256 = "sha256-HEcFa+SCosf5UonqxFQZI+G5ogxCaScmHt54xn4H4QI=";
3964+
version = "5.22.0";
3965+
hash = "sha256-E9UCSZe0hXnKwdNv6ua/Kzuy+wTFyeOGGVl7gFF4opY=";
39663966
};
39673967
meta = {
3968+
description = "Material Design Icons for Visual Studio Code";
3969+
downloadPage = "https://marketplace.visualstudio.com/items/?itemName=PKief.material-icon-theme";
3970+
homepage = "https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md";
39683971
license = lib.licenses.mit;
3972+
maintainers = [ lib.maintainers.therobot2105 ];
39693973
};
39703974
};
39713975

0 commit comments

Comments
 (0)