Skip to content

Commit

Permalink
orfs: bump, fixes crash
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Feb 3, 2025
1 parent b61f175 commit 16115f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
# a local only or remote docker image. Local docker images do not
# have a sha256.
image = "docker.io/openroad/orfs:v3.0-2199-g6fb3f3eb",
image = "docker.io/openroad/orfs:v3.0-2246-gf4acf075",
# Comment out line below for local only docker images
sha256 = "e93890d575d53fe93a2b27902c844682fb7d4d54cb99bfc81379f4d4bc47fa72",
sha256 = "40cce5758d840a7fc2ca32b25d7ea82b644a135896ec01759384f6e85a793ce8",
)
use_repo(orfs, "com_github_nixos_patchelf_download")
use_repo(orfs, "docker_orfs")
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16115f3

Please sign in to comment.