vscode-extensions.anweber.vscode-httpyac: 6.16.6 -> 6.16.7 (#394754)

This commit is contained in:
Pol Dellaiera 2025-03-31 04:06:13 +02:00 committed by GitHub
commit a415dea180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
}:
let
version = "6.16.6";
version = "6.16.7";
in
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-httpyac";
publisher = "anweber";
inherit version;
hash = "sha256-GR1DX6td/a75STpfIU0UtOxpNBWCkyzecEZdDMZTy1M=";
hash = "sha256-NAyVsEb3QBgq+cGWF03kjk2bQ8L5mulYYyIhIhjNVMQ=";
};
buildInputs = [ httpyac ];