Closed LanceEa closed 4 years ago
The readme references the 0.2.0 release and not the new 0.3.0 release.
Current
http_archive( name = "io_bazel_rules_jsonnet", sha256 = "68b5bcb0779599065da1056fc8df60d970cffe8e6832caf13819bb4d6e832459", strip_prefix = "rules_jsonnet-0.2.0", urls = ["https://github.com/bazelbuild/rules_jsonnet/archive/0.2.0.tar.gz"], )
Expected
http_archive( name = "io_bazel_rules_jsonnet", sha256 = "7f51f859035cd98bcf4f70dedaeaca47fe9fbae6b199882c516d67df416505da", strip_prefix = "rules_jsonnet-0.3.0", urls = ["https://github.com/bazelbuild/rules_jsonnet/archive/0.3.0.tar.gz"], )
Note- I can follow this up with a quick PR to update the readme.
The readme references the 0.2.0 release and not the new 0.3.0 release.
Current
Expected