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

Merge pull request #303139 from r-ryantm/auto-update/typescript

typescript: 5.4.4 -> 5.4.5
parents e9f132ab 70538e71
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.4";
  version = "5.4.5";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "TypeScript";
    rev = "v${version}";
    hash = "sha256-8mVkVLy/E8Fl4Ds9NphtE2Hp1HLM8ehhW/dG6MlaLIs=";
    hash = "sha256-W2ulYb06K4VSlFTYOmXTBHrjWXnQdDGzkwBxvl+QJWo=";
  };

  patches = [
    ./disable-dprint-dstBundler.patch
  ];

  npmDepsHash = "sha256-Csu9Ik9aC9qvZmx9Yn1xzkrP1bjHL0o72ZSwzCicFoI=";
  npmDepsHash = "sha256-T0WfJaSVzwbNbTL1AiuzMUW/3MKMOZo14v4Ut9Iqxas=";

  passthru.tests = {
    version = testers.testVersion {