Skip to content

Commit 2417533

Browse files
HU90mmarnovandermaas
authored andcommitted
Updated to latest version of lowRISC RTOS fork
1 parent 030aa70 commit 2417533

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nix/software.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
cheriotRtosSource = pkgs.fetchFromGitHub {
1212
owner = "lowRISC";
1313
repo = "CHERIoT-RTOS";
14-
rev = "8fbbda7b0ee528764892e1add9b539f9ec9064b0";
14+
rev = "89fc2a3cb8e9fcaed84ac835ad32a89309523e35";
1515
fetchSubmodules = true;
16-
hash = "sha256-uIZoEKmsyVzYldDv37p/zh1vtnQzKmw+wg+yctpyqa8=";
16+
hash = "sha256-ri1VvryCNGWFatTIuEHqtx91taJ4CiW+5BcQcxPPeWM=";
1717
};
1818

1919
reisfmtSource = pkgs.fetchFromGitHub {

sw/cheri/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77

88
FetchContent_Declare(CHERIOT_RTOS
99
GIT_REPOSITORY https://github.com/lowRISC/CHERIoT-RTOS
10-
GIT_TAG 8fbbda7b0ee528764892e1add9b539f9ec9064b0
10+
GIT_TAG 89fc2a3cb8e9fcaed84ac835ad32a89309523e35
1111
)
1212

1313
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)

0 commit comments

Comments
 (0)