dprint-plugins.dprint-plugin-json: 0.21.0 -> 0.21.1

This commit is contained in:
R. Ryantm
2026-01-01 00:28:52 +00:00
parent e1405b568f
commit f287d1e56c

View File

@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "JSON/JSONC code formatter";
hash = "sha256-GIoIkW7szyQU4GyLUdj0TTaV8FWg1jzvOerOChHiR7w=";
hash = "sha256-CetVbLXlgZcrBs6yxFNqkK4DK4TThL7qiDfJkYhFTN8=";
initConfig = {
configExcludes = [ "**/*-lock.json" ];
configKey = "json";
@@ -9,6 +9,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-json";
updateUrl = "https://plugins.dprint.dev/dprint/json/latest.json";
url = "https://plugins.dprint.dev/json-0.21.0.wasm";
version = "0.21.0";
url = "https://plugins.dprint.dev/json-0.21.1.wasm";
version = "0.21.1";
}