Skip to content

Commit

Permalink
Bump Renode and use .NET portable version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOlencki committed Jan 14, 2025
1 parent 84e8bc7 commit 69605fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renode/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def _renode_impl(module_ctx):
default_toolchain = "renode_default_toolchain"
portable_renode_repository(
name = default_toolchain,
url = "https://builds.renode.io/renode-1.15.3+20241112git6e850cb52.linux-portable.tar.gz",
sha256 = "cc6d2dce92a4542f15958ff7562343119e19a4852513fcab88132efe02522604",
url = "https://builds.renode.io/renode-1.15.3+20250113gite77cf1237.linux-portable-dotnet.tar.gz",
sha256 = "a6242b628b49b8a254358fe399ad49f0838c708abe44c551321c9555b7bff873",
)

renode_toolchains_repository(
Expand Down

0 comments on commit 69605fe

Please sign in to comment.