From ef3dae75092fcb5cf4ceb2a94a26f8cada15fdc7 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 10 Oct 2023 17:33:33 +0000 Subject: [PATCH] Bump prebuilt binary references for v0.5.8 --- deps.bzl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deps.bzl b/deps.bzl index cdf310a..6e90190 100644 --- a/deps.bzl +++ b/deps.bzl @@ -29,35 +29,35 @@ def bazeldnf_dependencies(): name = "bazeldnf-linux-amd64", executable = True, sha256 = "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-amd64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-linux-amd64"], ) http_file( name = "bazeldnf-linux-arm64", executable = True, sha256 = "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-arm64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-linux-arm64"], ) http_file( name = "bazeldnf-darwin-amd64", executable = True, sha256 = "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-darwin-amd64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-darwin-amd64"], ) http_file( name = "bazeldnf-darwin-arm64", executable = True, sha256 = "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-darwin-arm64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-darwin-arm64"], ) http_file( name = "bazeldnf-linux-ppc64", executable = True, sha256 = "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-ppc64"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-linux-ppc64"], ) http_file( name = "bazeldnf-linux-ppc64le", executable = True, sha256 = "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1", - urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2-linux-ppc64le"], + urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8-linux-ppc64le"], )