Merge pull request #297680 from marsam/update-typescript

typescript: 5.4.2 -> 5.4.3

authored by Mario Rodas and committed by GitHub 79bb4ed0 aafa8905

+3 -3
+3 -3
pkgs/development/compilers/typescript/default.nix
··· 2 2 3 3 buildNpmPackage rec { 4 4 pname = "typescript"; 5 - version = "5.4.2"; 5 + version = "5.4.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "microsoft"; 9 9 repo = "TypeScript"; 10 10 rev = "v${version}"; 11 - hash = "sha256-/iB9TEgXqiIsGSRrcADAv8UCjoOdmcyVFGj8EBccQl0="; 11 + hash = "sha256-yB87R6LyuTbSbQOcRi+QOhrnUy+ra76PiCzsEvPx3ds="; 12 12 }; 13 13 14 14 patches = [ 15 15 ./disable-dprint-dstBundler.patch 16 16 ]; 17 17 18 - npmDepsHash = "sha256-UDyPWbr3FcPRHOtkVTIKXQwN5k02qlhRMbgylkWTrQI="; 18 + npmDepsHash = "sha256-XlXDof0yFxEpNCZN+4ZY2BVgpbAkwdAUJcTRxIXi8eQ="; 19 19 20 20 passthru.tests = { 21 21 version = testers.testVersion {