typescript 5.1.5 -> 5.1.6 https://github.com/microsoft/TypeScript/releases attrpath: typescript Checking auto update branch... No auto update branch exists Old version 5.1.5" not present in master derivation file with contents: { lib, buildNpmPackage, fetchFromGitHub }: buildNpmPackage rec { pname = "typescript"; version = "5.1.6"; src = fetchFromGitHub { owner = "microsoft"; repo = "TypeScript"; rev = "v${version}"; hash = "sha256-YBAAiO7MBJ41VK6A9zeExB7ZSbbrQ23sVTHAqo+/H/w="; }; npmDepsHash = "sha256-RHiUhhkzkr2Ra3wc1d13gE2WIZL49w7IEFEAZuBDTDI="; meta = with lib; { description = "A superset of JavaScript that compiles to clean JavaScript output"; homepage = "https://www.typescriptlang.org/"; changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${version}"; license = licenses.asl20; maintainers = [ maintainers.marsam ]; mainProgram = "tsc"; }; }