vscode-extensions.silofy.hackthebox: init at 0.2.9

This commit is contained in:
D3vil0p3r 2024-01-14 15:25:03 +01:00 committed by D3vil0p3r
parent 5505220cea
commit f8005d70b1

View File

@ -3215,6 +3215,23 @@ let
};
};
silofy.hackthebox = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "hackthebox";
publisher = "silofy";
version = "0.2.9";
sha256 = "sha256-WSPuEh+osu0DpXgPAzMU5Fw0Sh8sZFst7kx26s2BsyQ=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/silofy.hackthebox/changelog";
description = "A Visual Studio Code theme built for hackers by hackers";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=silofy.hackthebox";
homepage = "https://github.com/silofy/hackthebox";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.d3vil0p3r ];
};
};
skellock.just = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "just";