mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
dprint-plugins.dprint-plugin-typescript: 0.95.1 -> 0.95.4
This commit is contained in:
parent
5a4399c60d
commit
64e2248201
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ mkDprintPlugin }:
|
||||
mkDprintPlugin {
|
||||
description = "TypeScript/JavaScript code formatter.";
|
||||
hash = "sha256-IHbpEwTATwAmVa/ihGjQzQL/WwWo8owslJtWYUjVF+g=";
|
||||
hash = "sha256-g41K7aTCZZc1zRoc9k1oG8rk88ZwJJH3jnnX+MKQ9mE=";
|
||||
initConfig = {
|
||||
configExcludes = [ "**/node_modules" ];
|
||||
configKey = "typescript";
|
||||
|
@ -16,6 +16,6 @@ mkDprintPlugin {
|
|||
};
|
||||
pname = "dprint-plugin-typescript";
|
||||
updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json";
|
||||
url = "https://plugins.dprint.dev/typescript-0.95.1.wasm";
|
||||
version = "0.95.1";
|
||||
url = "https://plugins.dprint.dev/typescript-0.95.4.wasm";
|
||||
version = "0.95.4";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue