Skip to content

Commit

Permalink
Update README.md for 8.0.1 (#103)
Browse files Browse the repository at this point in the history
Automated update of `README.md` for release 8.0.1

Co-authored-by: keith <keith@users.noreply.github.com>
  • Loading branch information
buildifier-prebuilt-releases[bot] and keith authored Jan 22, 2025
1 parent 93cd0d1 commit a37e3eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bazel run -- @buildifier_prebuilt//:buildifier ARGS
```python
bazel_dep(
name = "buildifier_prebuilt",
version = "8.0.0",
version = "8.0.1",
dev_dependency = True,
)
```
Expand All @@ -63,10 +63,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "buildifier_prebuilt",
sha256 = "e31fe636a5004eb50b7b47ec31c3cea0afd597d14bb1991832aa213038837ecf",
strip_prefix = "buildifier-prebuilt-8.0.0",
sha256 = "5dbf72e4f93917edfb91f53958d6289736adb845b2b89dbfb9bfc199a492030c",
strip_prefix = "buildifier-prebuilt-8.0.1",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/8.0.0.tar.gz",
"http://github.com/keith/buildifier-prebuilt/archive/8.0.1.tar.gz",
],
)

Expand Down

0 comments on commit a37e3eb

Please sign in to comment.