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

typescript: 5.4.5 -> 5.5.2
This commit is contained in:
Pol Dellaiera 2024-06-21 22:26:50 +02:00 committed by GitHub
commit c16f664f08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,20 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "typescript"; pname = "typescript";
version = "5.4.5"; version = "5.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "microsoft"; owner = "microsoft";
repo = "TypeScript"; repo = "TypeScript";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-W2ulYb06K4VSlFTYOmXTBHrjWXnQdDGzkwBxvl+QJWo="; hash = "sha256-2BgMzOW9DIIncujAVJ/C8L9aMwDkNaj47cV2JSxCPrw=";
}; };
patches = [ patches = [
./disable-dprint-dstBundler.patch ./disable-dprint-dstBundler.patch
]; ];
npmDepsHash = "sha256-T0WfJaSVzwbNbTL1AiuzMUW/3MKMOZo14v4Ut9Iqxas="; npmDepsHash = "sha256-/WQgSoklW1szgJ/5iN0Dg+L7BMByvyc+KcvYiQNjGEw=";
passthru.tests = { passthru.tests = {
version = testers.testVersion { version = testers.testVersion {