Update README.md for 8.0.3 (#112)

Automated update of `README.md` for release 8.0.3

Co-authored-by: keith <keith@users.noreply.github.com>
diff --git a/README.md b/README.md
index 9cf9e9c..e9076cc 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
 ```python
 bazel_dep(
     name = "buildifier_prebuilt",
-    version = "8.0.1",
+    version = "8.0.3",
     dev_dependency = True,
 )
 ```
@@ -63,10 +63,10 @@
 
 http_archive(
     name = "buildifier_prebuilt",
-    sha256 = "5dbf72e4f93917edfb91f53958d6289736adb845b2b89dbfb9bfc199a492030c",
-    strip_prefix = "buildifier-prebuilt-8.0.1",
+    sha256 = "bf9101bd5d657046674167986a18d44c5612e417194dc55aff8ca174344de031",
+    strip_prefix = "buildifier-prebuilt-8.0.3",
     urls = [
-        "http://github.com/keith/buildifier-prebuilt/archive/8.0.1.tar.gz",
+        "http://github.com/keith/buildifier-prebuilt/archive/8.0.3.tar.gz",
     ],
 )