We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030aa70 commit 2417533Copy full SHA for 2417533
2 files changed
nix/software.nix
@@ -11,9 +11,9 @@
11
cheriotRtosSource = pkgs.fetchFromGitHub {
12
owner = "lowRISC";
13
repo = "CHERIoT-RTOS";
14
- rev = "8fbbda7b0ee528764892e1add9b539f9ec9064b0";
+ rev = "89fc2a3cb8e9fcaed84ac835ad32a89309523e35";
15
fetchSubmodules = true;
16
- hash = "sha256-uIZoEKmsyVzYldDv37p/zh1vtnQzKmw+wg+yctpyqa8=";
+ hash = "sha256-ri1VvryCNGWFatTIuEHqtx91taJ4CiW+5BcQcxPPeWM=";
17
};
18
19
reisfmtSource = pkgs.fetchFromGitHub {
sw/cheri/CMakeLists.txt
@@ -7,7 +7,7 @@ include(FetchContent)
7
8
FetchContent_Declare(CHERIOT_RTOS
9
GIT_REPOSITORY https://github.com/lowRISC/CHERIoT-RTOS
10
- GIT_TAG 8fbbda7b0ee528764892e1add9b539f9ec9064b0
+ GIT_TAG 89fc2a3cb8e9fcaed84ac835ad32a89309523e35
)
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
0 commit comments