Unverified Commit 2325f2cb authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

dprint-plugins.dprint-plugin-json: 0.20.0 -> 0.21.0 (#453857)

parents 2ad4dc8c cd6bc564
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDprintPlugin }:
mkDprintPlugin {
  description = "JSON/JSONC code formatter";
  hash = "sha256-uFcFLi9aYsBrAqkhFmg9GI+LKiV19LxdNjxQ85EH9To=";
  hash = "sha256-GIoIkW7szyQU4GyLUdj0TTaV8FWg1jzvOerOChHiR7w=";
  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.20.0.wasm";
  version = "0.20.0";
  url = "https://plugins.dprint.dev/json-0.21.0.wasm";
  version = "0.21.0";
}