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

typescript-go: 0-unstable-2026-04-08 -> 0-unstable-2026-04-16 (#510830)

parents 73c87a98 e5271885
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
in
buildGoModule {
  pname = "typescript-go";
  version = "0-unstable-2026-04-08";
  version = "0-unstable-2026-04-16";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "typescript-go";
    rev = "2a5e1cf9fe2261f2ad56871a6d2ed12d6ac34083";
    hash = "sha256-vG53leoltVF7jXnf7AJRUIkbytqsqheoKG7bt7oB/h4=";
    rev = "83b8d2aa23b2d385087dabe5a5a8afd5e296013d";
    hash = "sha256-d7Kld2ehO+EWkCl2/Pb+xP6p/RuEZFR24JItGDLpHJY=";
    fetchSubmodules = false;
  };