Unverified Commit ab099bec authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

dprint-plugins.dprint-plugin-biome: 0.11.10 -> 0.11.11 (#483677)

parents c4d157a0 14377b17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDprintPlugin }:
mkDprintPlugin {
  description = "Biome (JS/TS/JSON) wrapper plugin";
  hash = "sha256-P5mAFdr+vw6ogju0Qg6E9sbuTASaZD1Wr4BHt70lCy8=";
  hash = "sha256-RQAApULPcEGBUeEUZsJic1yEkmP5XMzbzazfSc5e1uw=";
  initConfig = {
    configExcludes = [ "**/node_modules" ];
    configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
  };
  pname = "dprint-plugin-biome";
  updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
  url = "https://plugins.dprint.dev/biome-0.11.10.wasm";
  version = "0.11.10";
  url = "https://plugins.dprint.dev/biome-0.11.11.wasm";
  version = "0.11.11";
}