Unverified Commit 70d80d6a authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

typescript-go: 0-unstable-2025-09-17 -> 0-unstable-2025-10-03 (#448413)

parents 3d20875e 2b0cb775
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@ let
in
buildGoModule {
  pname = "typescript-go";
  version = "0-unstable-2025-09-17";
  version = "0-unstable-2025-10-03";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "typescript-go";
    rev = "1ca5a2d97b0c2b93cfc32137c8922185b4f41df0";
    hash = "sha256-g1Wc2jAlpO7voqIFvNkEF900ZZIb/nwNFL1+4ZUGU9U=";
    rev = "e729a0a55aa898cd3ce424a5c97e07f5dc98580f";
    hash = "sha256-ZIluvlQNC21EZA4le+lyeynaJj4D0JYxI9njgw7Uuyc=";
    fetchSubmodules = false;
  };

  vendorHash = "sha256-k1fKa93zxMnORDPWnZrMahNHG0sCa3JOJl+d4T8PyIM=";
  vendorHash = "sha256-ywhlLaUq2bjfE9GZIUOIcufIY1GLw3ZRGM+ZDfEpOiU=";

  ldflags = [
    "-s"