Unverified Commit 79bb4ed0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #297680 from marsam/update-typescript

typescript: 5.4.2 -> 5.4.3
parents aafa8905 f7862df3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {