Skip to content

Commit 4253b79

Browse files
authored
Merge pull request #9 from rivethealth/pauldraper/rules-file
Upgrade rules_file
2 parents 3fb4571 + 25d622b commit 4253b79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ http_archive(
1515

1616
# File
1717

18-
FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe"
18+
FILE_VERSION = "503983f533bede6833c7ee9c3220a51882689eb1"
1919

2020
http_archive(
2121
name = "rules_file",
22-
sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd",
22+
sha256 = "f57c7fce8d2370d7ac27888c625fb87d1d51bc707985d329b4274211d7ae209e",
2323
strip_prefix = "rules_file-%s" % FILE_VERSION,
24-
url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION,
24+
url = "https://github.com/rivethealth/rules_file/archive/%s.zip" % FILE_VERSION,
2525
)
2626

2727
load("@rules_file//file:workspace.bzl", "files")

test/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ def test_repositories0():
2525

2626
# File
2727

28-
FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe"
28+
FILE_VERSION = "503983f533bede6833c7ee9c3220a51882689eb1"
2929

3030
http_archive(
3131
name = "rules_file",
32-
sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd",
32+
sha256 = "f57c7fce8d2370d7ac27888c625fb87d1d51bc707985d329b4274211d7ae209e",
3333
strip_prefix = "rules_file-%s" % FILE_VERSION,
34-
url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION,
34+
url = "https://github.com/rivethealth/rules_file/archive/%s.zip" % FILE_VERSION,
3535
)
3636

3737
# Protobuf

0 commit comments

Comments
 (0)