Skip to content

Commit

Permalink
bazel: do not bootstrap from old as shit pill
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Aug 13, 2024
1 parent 1ca6db8 commit 4fa4d72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ versioned_http_archive(

versioned_http_file(
name = "solid_pill",
sha256 = "8b658fcee6978e2b19004a54233cab953e77ea0bb6c3a04d1bfda4ddc6be63c5",
sha256 = "9ea2b837ededd1220d27ced47215f2a61421b6dc2deef6d4da319fa3e96f01ae",
url = "https://github.com/urbit/urbit/raw/{version}/bin/solid.pill",
version = "255fb1ca8206072f1d09425f0db61ecfe7ff5b17",
version = "effa0ba3d12e41e495c53e5dd14ce9977a8e9272",
)

versioned_http_archive(
Expand Down Expand Up @@ -326,11 +326,11 @@ versioned_http_archive(

versioned_http_file(
name = "urbit",
sha256 = "a729d8b3c438fef33f5ae8c4da8d84ebdb5af5ad028d41696a92cddc8bf362a8",
sha256 = "5cb9e4cbd824e8bb958843844b7f08fb4b2936ff607749f395d8ef478f1b7ab9",
url = "https://github.com/urbit/urbit/archive/{version}.tar.gz",
# We can't use a branch name for the `version` because each new commit
# will change the SHA256 hash.
version = "ea8fee3aa0434d4bdf1bf785e5ec346c7ecba7fd",
version = "effa0ba3d12e41e495c53e5dd14ce9977a8e9272",
)

versioned_http_archive(
Expand Down

0 comments on commit 4fa4d72

Please sign in to comment.