Unverified Commit 1c438e9f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

typescript-go: 0-unstable-2025-11-10 -> 0-unstable-2025-11-18 (#462843)

parents 92519aa2 e05e3a66
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@ let
in
buildGoModule {
  pname = "typescript-go";
  version = "0-unstable-2025-11-10";
  version = "0-unstable-2025-11-18";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "typescript-go";
    rev = "ea4e944bb6880df9c9ca43093e183d8035f764fc";
    hash = "sha256-RhaXF6Xiad3s5kQtFsscGWDCpXV+xtWvhXLTo8dYWRw=";
    rev = "6e4164e02794ceb83b23e2a6893b792865acb9e9";
    hash = "sha256-4UbE4vgOtTx1e9DooC9U63iVif1wWlnZSZATCtemaeY=";
    fetchSubmodules = false;
  };