Skip to content

Commit

Permalink
Update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiJokinen committed Jan 23, 2024
1 parent 64f4782 commit aae7c8b
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 = "7041ec3b0cb33293fdbbb651767932f2537cd15373526cbf7a274e1c5ee8be26",
strip_prefix = "rules_swiftnav-3b3d6e01e5f13f89b963454c1f184de248db861a",
url = "https://github.com/swift-nav/rules_swiftnav/archive/3b3d6e01e5f13f89b963454c1f184de248db861a.tar.gz",
sha256 = "752962888ca83f8eedf0e892b30810d76c5e153d3072e41c7a43db5d0dd9f6f4",
strip_prefix = "rules_swiftnav-366a59a69eee7fe3d8a32e05ff60974e36334649",
url = "https://github.com/swift-nav/rules_swiftnav/archive/366a59a69eee7fe3d8a32e05ff60974e36334649.tar.gz",
)

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

0 comments on commit aae7c8b

Please sign in to comment.