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

typescript: 5.5.3 -> 5.5.4
This commit is contained in:
Peder Bergebakken Sundt 2024-08-16 02:22:57 +02:00 committed by GitHub
commit a66ea3965f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,20 @@
buildNpmPackage rec {
pname = "typescript";
version = "5.5.3";
version = "5.5.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "TypeScript";
rev = "v${version}";
hash = "sha256-2yfF14hR/avl67cOwo+Gr95w2jf+7KYlsMrlBTAKswM=";
hash = "sha256-U4lFR2SJQYqJYptVf3/QMD7ufa3r7Zm704gcwFKM/7s=";
};
patches = [
./disable-dprint-dstBundler.patch
];
npmDepsHash = "sha256-YihnUZgM+74EmImalyTFtp9xyiOOfjZVohDfpcvlSEg=";
npmDepsHash = "sha256-JYNFAOTN0WvYkr20J6tFM1KSIDTm1LlFw7w1bLkdg6k=";
passthru.tests = {
version = testers.testVersion {