From f7862df3137aff21c77428b541bcf8a6daad1248 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 21 Mar 2024 04:20:00 +0000 Subject: [PATCH] typescript: 5.4.2 -> 5.4.3 Diff: https://github.com/microsoft/TypeScript/compare/v5.4.2...5.4.3 Changelog: https://github.com/microsoft/TypeScript/releases/tag/v5.4.3 --- pkgs/development/compilers/typescript/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/typescript/default.nix b/pkgs/development/compilers/typescript/default.nix index 86eaf06bf5c4..9e91337da753 100644 --- a/pkgs/development/compilers/typescript/default.nix +++ b/pkgs/development/compilers/typescript/default.nix @@ -2,20 +2,20 @@ buildNpmPackage rec { pname = "typescript"; - version = "5.4.2"; + version = "5.4.3"; src = fetchFromGitHub { owner = "microsoft"; repo = "TypeScript"; rev = "v${version}"; - hash = "sha256-/iB9TEgXqiIsGSRrcADAv8UCjoOdmcyVFGj8EBccQl0="; + hash = "sha256-yB87R6LyuTbSbQOcRi+QOhrnUy+ra76PiCzsEvPx3ds="; }; patches = [ ./disable-dprint-dstBundler.patch ]; - npmDepsHash = "sha256-UDyPWbr3FcPRHOtkVTIKXQwN5k02qlhRMbgylkWTrQI="; + npmDepsHash = "sha256-XlXDof0yFxEpNCZN+4ZY2BVgpbAkwdAUJcTRxIXi8eQ="; passthru.tests = { version = testers.testVersion {