Skip to content

Commit

Permalink
Merge pull request #473 from player-ui/updateRules1.1.2
Browse files Browse the repository at this point in the history
Update rules1.1.2
  • Loading branch information
mercillo authored Aug 3, 2024
2 parents 9c4cd8c + 3507c0f commit 9b9300f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ bazel_dep(name = "rules_player")

archive_override(
module_name = "rules_player",
strip_prefix = "rules_player-1.1.1",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.1.tar.gz"],
integrity = "sha256-OiKyosV0bu3RJsg6DIsYPLvlIdnlkW1c6tcDMfH6yT8="
strip_prefix = "rules_player-1.1.2",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.2.tar.gz"],
integrity = "sha256-7aroW0aRlDpr5tOKVloMANRaLvt6xOiDVxESrSy0t58="
)
#local_path_override(module_name = "rules_player", path = "../rules_player")

Expand Down

0 comments on commit 9b9300f

Please sign in to comment.