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

dprint-plugins.dprint-plugin-biome: 0.11.4 -> 0.11.6 (#464052)

parents 892f5029 34c88c3a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDprintPlugin }:
mkDprintPlugin {
  description = "Biome (JS/TS) wrapper plugin";
  hash = "sha256-6UIeTsS5ovtH79gP4PGn0ePttqr4Vuo+RgXTk+jSZjE=";
  hash = "sha256-V8lXwGRWGvl/g2kjqL8Ei1N7V0nuTP2WcLFWJvC7D+A=";
  initConfig = {
    configExcludes = [ "**/node_modules" ];
    configKey = "biome";
@@ -16,6 +16,6 @@ mkDprintPlugin {
  };
  pname = "dprint-plugin-biome";
  updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
  url = "https://plugins.dprint.dev/biome-0.11.4.wasm";
  version = "0.11.4";
  url = "https://plugins.dprint.dev/biome-0.11.6.wasm";
  version = "0.11.6";
}