Skip to content

Commit

Permalink
Merge pull request #82 from yoks/bump-versions
Browse files Browse the repository at this point in the history
Bumped nickel versions (1.9.0 & 1.9.1)
  • Loading branch information
yannham authored Jan 31, 2025
2 parents b94353b + 8453e7a commit 9eb8246
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nickel/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Generated from https://github.com/tweag/nickel/releases using `bazel run //nicke
"""

TOOL_VERSIONS = {
"1.9.1": {
"nickel-x86_64-linux": {
"url": "https://github.com/tweag/nickel/releases/download/1.9.1/nickel-x86_64-linux",
"hash": "sha384-AtYacoq0KYzMa9BM3E7bygfZnPYJj55HfKK/hU/5B3ujhzLIVyu15ZtjjgwG0LZi",
},
},
"1.9.0": {
"nickel-x86_64-linux": {
"url": "https://github.com/tweag/nickel/releases/download/1.9.0/nickel-x86_64-linux",
"hash": "sha384-aAaKkvoiMKTgTmgAddRsXzy7tp7l1RwjsjO83QTxFjODO6VlBg/CqkwY0CNRtdMO",
},
},
"1.8.1": {
"nickel-x86_64-linux": {
"url": "https://github.com/tweag/nickel/releases/download/1.8.1/nickel-x86_64-linux",
Expand Down

0 comments on commit 9eb8246

Please sign in to comment.