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

typescript-go: 0-unstable-2026-04-24 -> 0-unstable-2026-05-02 (#516452)

parents 08687c65 7ff055d3
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-24";
  version = "0-unstable-2026-05-02";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "typescript-go";
    rev = "515d036f927aba8b468011098e2721335f0e2d00";
    hash = "sha256-agEuOB7dnYZB6I5qA+/IdrGVSewg/8b74gRntwtaeaE=";
    rev = "2f6504c1b0efb1750abf948fe277981b50214093";
    hash = "sha256-PU4euqJAkBvzFzn0UemiFRfDciIi62KejRgcjbi5paQ=";
    fetchSubmodules = false;
  };