We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bd4f6 commit d1cf1d1Copy full SHA for d1cf1d1
jsonnet/jsonnet.bzl
@@ -790,9 +790,9 @@ def jsonnet_repositories():
790
"""Adds the external dependencies needed for the Jsonnet rules."""
791
http_archive(
792
name = "jsonnet",
793
- sha256 = "257c6de988f746cc90486d9d0fbd49826832b7a2f0dbdb60a515cc8a2596c950",
794
- strip_prefix = "jsonnet-0.12.1",
+ sha256 = "f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596",
+ strip_prefix = "jsonnet-0.13.0",
795
urls = [
796
- "https://github.com/google/jsonnet/archive/v0.12.1.tar.gz",
+ "https://github.com/google/jsonnet/archive/v0.13.0.tar.gz",
797
],
798
)
0 commit comments