mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
dprint-plugins.dprint-plugin-typescript: 0.95.4 -> 0.95.5
This commit is contained in:
parent
0238456546
commit
f8ce8eb61e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ mkDprintPlugin }:
|
||||
mkDprintPlugin {
|
||||
description = "TypeScript/JavaScript code formatter.";
|
||||
hash = "sha256-g41K7aTCZZc1zRoc9k1oG8rk88ZwJJH3jnnX+MKQ9mE=";
|
||||
hash = "sha256-sn10yaYbp6VWspqEMKCd7HbDvKi35AW5Xn8FGzzN3kM=";
|
||||
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.4.wasm";
|
||||
version = "0.95.4";
|
||||
url = "https://plugins.dprint.dev/typescript-0.95.5.wasm";
|
||||
version = "0.95.5";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue