Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vendorHashes
Browse files Browse the repository at this point in the history
sestrella committed Nov 11, 2023
1 parent c52753e commit 59a0f6e
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions update-versions.py
Original file line number Diff line number Diff line change
@@ -107,8 +107,7 @@ def nix_prefetch(args):
# versions
# https://api.github.com/repos/hashicorp/terraform/tags
# https://endoflife.date/api/terraform.json
releases = list(filter(is_stable, repo.get_releases().get_page(0)))
releases.sort(reverse=True, key=by_version)
releases = list(filter(is_stable, repo.get_releases()))
current_versions = read_versions()
versions = collections.OrderedDict(
sorted(
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@
},
"1.6.1": {
"hash": "sha256-qUJruwpec4uZ/gPWzpbQOMfSxkwRkRDlWDmVIgqe5A8=",
"vendorHash": "sha256-1ZQDgNeMC59KrmZpA8T+Etbuk2MQKQsDYzqPGl6Y4Hg"
"vendorHash": "sha256-1ZQDgNeMC59KrmZpA8T+Etbuk2MQKQsDYzqPGl6Y4Hg="
},
"1.6.0": {
"hash": "sha256-R1phgtGn9hyNqa0wR1zY9uThTJSIj7TuK5ekXx48QP0=",
"vendorHash": "sha256-V7S+IzHfBhIHo0xCvHJ75gOmvVbJd2k8XBdvLG1dcsc"
"vendorHash": "sha256-V7S+IzHfBhIHo0xCvHJ75gOmvVbJd2k8XBdvLG1dcsc="
},
"1.5.7": {
"hash": "sha256-pIhwJfa71/gW7lw/KRFBO4Q5Z5YMcTt3r9kD25k8cqM=",
@@ -47,4 +47,4 @@
"hash": "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY=",
"vendorHash": "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="
}
}
}

0 comments on commit 59a0f6e

Please sign in to comment.