Skip to content

Commit

Permalink
[bazel] Update lowrisc license linter for Bazel 7 support
Browse files Browse the repository at this point in the history
This release includes a fix for Bazel 7 that we need.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Aug 24, 2024
1 parent bb4f7b3 commit 4af21d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/lint/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def lint_repos(lowrisc_lint = None):
http_archive_or_local(
name = "lowrisc_lint",
local = lowrisc_lint,
sha256 = "1303d2790b7d1a0a216558c01f8bc6255dfb840e9e60b523d988b3655a0ddab3",
strip_prefix = "misc-linters-20240820_01",
url = "https:/lowRISC/misc-linters/archive/refs/tags/20240820_01.tar.gz",
sha256 = "365fe67d8168fee1a0fc3aea4bb80588bf721dc4fc83b40463b09eb50897cda3",
strip_prefix = "misc-linters-20240823_01",
url = "https:/lowRISC/misc-linters/archive/refs/tags/20240823_01.tar.gz",
)

0 comments on commit 4af21d0

Please sign in to comment.