typescript-go: 0-unstable-2025-12-28 -> 0-unstable-2026-01-08 (#478050)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-08 12:20:59 +00:00
committed by GitHub
+3 -3
View File
@@ -10,13 +10,13 @@ let
in
buildGoModule {
pname = "typescript-go";
version = "0-unstable-2025-12-28";
version = "0-unstable-2026-01-08";
src = fetchFromGitHub {
owner = "microsoft";
repo = "typescript-go";
rev = "1611cc951fa772cfca09c38fe2d981f6da5d20b8";
hash = "sha256-lFyHFg6u0G6E5fEOYt/N55LrLOHDCiZ6OA+NAZABkGE=";
rev = "ceefddd3b46e03cb98c0bf088676d7b6be6021a1";
hash = "sha256-IWaqL55dK3HEv6DTSjuQObKNgSEfvBdiD9RmfDSaQ0M=";
fetchSubmodules = false;
};