From 1bb708350a0bdf19bf6cfffe67151d484d79a839 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 25 Aug 2023 04:20:00 +0000 Subject: [PATCH] typescript: 5.1.6 -> 5.2.2 Diff: https://github.com/microsoft/TypeScript/compare/v5.1.6...v5.2.2 Changelog: https://github.com/microsoft/TypeScript/releases/tag/v5.2.2 --- pkgs/development/compilers/typescript/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/typescript/default.nix b/pkgs/development/compilers/typescript/default.nix index d63fe8651a1b..af60548c32e0 100644 --- a/pkgs/development/compilers/typescript/default.nix +++ b/pkgs/development/compilers/typescript/default.nix @@ -2,16 +2,16 @@ buildNpmPackage rec { pname = "typescript"; - version = "5.1.6"; + version = "5.2.2"; src = fetchFromGitHub { owner = "microsoft"; repo = "TypeScript"; rev = "v${version}"; - hash = "sha256-YBAAiO7MBJ41VK6A9zeExB7ZSbbrQ23sVTHAqo+/H/w="; + hash = "sha256-wjoqDmCudN5+9C3GrP1viiXBvsWgU0UIYWaFeK/TJEY="; }; - npmDepsHash = "sha256-RHiUhhkzkr2Ra3wc1d13gE2WIZL49w7IEFEAZuBDTDI="; + npmDepsHash = "sha256-7Wm6nlpqZRNqBU0mYFZRVWQkO4uqvrKrp2h2aEmZtow="; meta = with lib; { description = "A superset of JavaScript that compiles to clean JavaScript output";