Skip to content

Commit

Permalink
nix: Bump seL4 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jun 27, 2024
1 parent 803a75d commit c1ec059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in rec {
seL4 = {
rust = fetchGit {
url = "https://github.com/coliasgroup/seL4.git";
rev = "49a7a18466d5e73c4f22909826bf512971fc9117"; # branch "rust-testing"
rev = "c92dc2d48539a91da8280dad056b1f1692c44c07"; # branch "rust-testing"
local = localRoot + "/seL4";
};

Expand Down

0 comments on commit c1ec059

Please sign in to comment.