Skip to content

Commit d1cf1d1

Browse files
authored
Update jsonnet to 0.13.0. (#109)
1 parent 34bd4f6 commit d1cf1d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonnet/jsonnet.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -790,9 +790,9 @@ def jsonnet_repositories():
790790
"""Adds the external dependencies needed for the Jsonnet rules."""
791791
http_archive(
792792
name = "jsonnet",
793-
sha256 = "257c6de988f746cc90486d9d0fbd49826832b7a2f0dbdb60a515cc8a2596c950",
794-
strip_prefix = "jsonnet-0.12.1",
793+
sha256 = "f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596",
794+
strip_prefix = "jsonnet-0.13.0",
795795
urls = [
796-
"https://github.com/google/jsonnet/archive/v0.12.1.tar.gz",
796+
"https://github.com/google/jsonnet/archive/v0.13.0.tar.gz",
797797
],
798798
)

0 commit comments

Comments
 (0)