chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
3 changed files with 1 additions and 21 deletions
Showing only changes of commit b3d5241d55 - Show all commits

View file

@ -1,10 +0,0 @@
{ vscode-utils, lib }:
let inherit (vscode-utils) buildVscodeMarketplaceExtension;
in buildVscodeMarketplaceExtension {
mktplcRef = {
name = "astro-vscode";
publisher = "astro-build";
version = "0.5.2022102001";
sha256 = lib.fakeSha256;
};
}

View file

@ -1,10 +0,0 @@
{ vscode-utils, lib }:
let inherit (vscode-utils) buildVscodeMarketplaceExtension;
in buildVscodeMarketplaceExtension {
mktplcRef = {
name = "live-server";
publisher = "ms-vscode";
version = "0.5.2022102001";
sha256 = lib.fakeSha256;
};
}

View file

@ -5,6 +5,6 @@ in buildVscodeMarketplaceExtension {
name = "platformio-ide";
publisher = "platformio";
version = "2.5.4";
sha256 = "sha256-/vBdZ6Mu1KlF+glqp5CNt9WeK1ECqfaivCnK8TisChg";
sha256 = "sha256-KbXlegQSLjMCVotR1mU/CDiaQMKLLSX+nnbRJgdFTz8=";
};
}