typescript-go: 0-unstable-2026-02-11 -> 0-unstable-2026-02-15
Diff: https://github.com/microsoft/typescript-go/compare/08cb84c68ae83b9def5e0132e05362e5061342ab...4b301b2d3a6c626d0c932b6db182c63d9a98505e Required go version has been updated in: https://github.com/microsoft/typescript-go/commit/cbceeeca5b7e348f43369309f9f03a2e99669d0e
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildGo125Module,
|
||||
buildGo126Module,
|
||||
fetchFromGitHub,
|
||||
_experimental-update-script-combinators,
|
||||
nix-update-script,
|
||||
@@ -11,17 +11,17 @@
|
||||
}:
|
||||
|
||||
let
|
||||
buildGoModule = buildGo125Module;
|
||||
buildGoModule = buildGo126Module;
|
||||
in
|
||||
buildGoModule {
|
||||
pname = "typescript-go";
|
||||
version = "0-unstable-2026-02-11";
|
||||
version = "0-unstable-2026-02-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "typescript-go";
|
||||
rev = "08cb84c68ae83b9def5e0132e05362e5061342ab";
|
||||
hash = "sha256-IvR7zHSl7kUmamQkGGrzdKJrdypnQe2a0X1YUyRYYTU=";
|
||||
rev = "4b301b2d3a6c626d0c932b6db182c63d9a98505e";
|
||||
hash = "sha256-IhK12tLjm2eTDcqsrX37lGssSieZgPNGao0w1DfduZ4=";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user