Skip to content

Commit

Permalink
Fix typo in protobuf url (digital-asset#10442)
Browse files Browse the repository at this point in the history
I’ll take this as a sign that I should stop working for today.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jul 28, 2021
1 parent 9cb8310 commit 1b7f06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel_tools/haskell_protobuf_source.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/haskell/repositories.bzl b/haskell/repositories.bzl
index 691ecaf2..1f0dd577 100644
index 691ecaf2..d0021200 100644
--- a/haskell/repositories.bzl
+++ b/haskell/repositories.bzl
@@ -66,7 +66,7 @@ def rules_haskell_dependencies():
sha256 = "f18a40816260a9a3190a94efb0fc26270b244a2436681602f0a944739095d632",
strip_prefix = "protobuf-3.15.1",
urls = [
- "https://github.com/google/protobuf/archive/v3.15.1.tar.gz",
+ "https://github.com/protocolbuffers/archive/v3.15.1.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v3.15.1.tar.gz",
],
)

0 comments on commit 1b7f06e

Please sign in to comment.