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

dprint-plugins.dprint-plugin-biome: 0.11.1 -> 0.11.3 (#459989)

parents 34e38c2a 7fa73c52
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDprintPlugin }:
mkDprintPlugin {
  description = "Biome (JS/TS) wrapper plugin";
  hash = "sha256-kelyuSZpbah1l+qVZMIK9VhWLr7DWjZIm9HwD64bCTw=";
  hash = "sha256-WEabcffl/sARrVc00Qr6QdEjFG4BZgHRrk3eeEfFV4g=";
  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.1.wasm";
  version = "0.11.1";
  url = "https://plugins.dprint.dev/biome-0.11.3.wasm";
  version = "0.11.3";
}