Skip to content

Commit

Permalink
And update workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed May 18, 2024
1 parent fea8fc5 commit 056a5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "buildifier_prebuilt",
sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
strip_prefix = "buildifier-prebuilt-6.3.3",
url = "http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz",
sha256 = "8ada9d88e51ebf5a1fdff37d75ed41d51f5e677cdbeafb0a22dda54747d6e07e",
strip_prefix = "buildifier-prebuilt-6.4.0",
url = "http://github.com/keith/buildifier-prebuilt/archive/6.4.0.tar.gz",
)

load("@buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")
Expand Down

0 comments on commit 056a5a8

Please sign in to comment.