Skip to content

Commit

Permalink
Use another mock source
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 10, 2025
1 parent 8d8f0bd commit 64db338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third_party/externals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ def register_sorbet_dependencies():

http_archive(
name = "prism",
url = "https://github.com/Shopify/sorbet/releases/download/test-release-artifacts/prism-release-artifacts-new.tar.gz",
sha256 = "58d93c7fd7dc5fa5a3adc4df4ea714a8982e720c10abce5f5e1d561860a3ba7f",
url = "https://github.com/Shopify/prism/releases/download/v1.3.1/libprism.tar.gz",
sha256 = "6abef491962470488fa12eede2864c5a5b6ca930075912915d7d5e663bf20e6b",
build_file = "@com_stripe_ruby_typer//third_party:prism.BUILD",
strip_prefix = "libprism",
)

http_archive(
Expand Down

0 comments on commit 64db338

Please sign in to comment.