Skip to content

Commit

Permalink
update swift_rules
Browse files Browse the repository at this point in the history
update rules_swiftnav
  • Loading branch information
notoriaga committed May 6, 2024
1 parent 6725dc5 commit 950b0f6
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
@@ -1,12 +1,12 @@
workspace(name = "albatross")

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 = "2f91790be7845e2eeb746dd33c59d1ba5d6ee85360a3218d2a4a77ead79f81b9",
strip_prefix = "rules_swiftnav-030c1c5050e7541ce66cd82f523939a525b1551c",
url = "https://github.com/swift-nav/rules_swiftnav/archive/030c1c5050e7541ce66cd82f523939a525b1551c.tar.gz",
)

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

0 comments on commit 950b0f6

Please sign in to comment.