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

typescript-go: 0-unstable-2025-12-06 -> 0-unstable-2025-12-13 (#470627)

parents f57b18cd 1e768842
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-12-06";
  version = "0-unstable-2025-12-13";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "typescript-go";
    rev = "1d138eaa29bc189e6b4f04b87fe278b6afe7e62f";
    hash = "sha256-CNVKfWvlRzKPm3WSFxT7te5gd5TfErApseUfrqcwUQU=";
    rev = "2046634603b3283c38b31489e5e4d81a013832a0";
    hash = "sha256-F5CCz5IDNe0mhofh7JPmmUwGzasUrTUDQLClybfsBxc=";
    fetchSubmodules = false;
  };

  vendorHash = "sha256-1QEwrFS4Qesp2CwzcsuMP8mLQlXKzfNaM9PFMEfDYxk=";
  vendorHash = "sha256-1uZemqPsDxiYRVjLlC/UUP4ZXVCjocIBCj9uCzQHmog=";

  ldflags = [
    "-s"