Skip to content

Commit

Permalink
Update rules swiftnav
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiJokinen committed Jan 23, 2024
1 parent e14964e commit 725f3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_swiftnav",
sha256 = "8e00b694b6dce9c91d811e2e9e13e148af5f1dd329b85b7c5d2d9d2238aa92dc",
strip_prefix = "rules_swiftnav-1c51c97743c9632169dd7e5a228c6ce915893236",
url = "https://github.com/swift-nav/rules_swiftnav/archive/1c51c97743c9632169dd7e5a228c6ce915893236.tar.gz",
sha256 = "807ad0cd61f8c0d7b98499a25c6bab7fee9bf17bc977e5e142cd6fccc463eb9d",
strip_prefix = "rules_swiftnav-rules_swiftnav-58f1d96472b43afe7995f9a17873365e15989f78",
url = "https://github.com/swift-nav/rules_swiftnav/archive/rules_swiftnav-58f1d96472b43afe7995f9a17873365e15989f78.tar.gz",
)

load("@rules_swiftnav//cc:repositories.bzl", "register_swift_cc_toolchains", "swift_cc_toolchain")
Expand Down

0 comments on commit 725f3da

Please sign in to comment.