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 121eb58 commit a05f1c7
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 = "bab42848df27192cca6947528c94aa44f9934e449915be374342e67c20452ce0",
strip_prefix = "rules_swiftnav-faaffc764fbdb22fda4ad67ad1062394462b5339",
url = "https://github.com/swift-nav/rules_swiftnav/archive/faaffc764fbdb22fda4ad67ad1062394462b5339.tar.gz",
sha256 = "10081febdaa01c993fd2efc194d28a32537c2c6fec09216fa45d72c7d3c99d71",
strip_prefix = "rules_swiftnav-162f79693aa0e9498dca4814a38ed6ca1ed7f4d6",
url = "https://github.com/swift-nav/rules_swiftnav/archive/162f79693aa0e9498dca4814a38ed6ca1ed7f4d6.tar.gz",
)

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

0 comments on commit a05f1c7

Please sign in to comment.