Skip to content

Commit

Permalink
chore: update seL4-kernel to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wucke13 committed Jul 8, 2024
1 parent 701ffdb commit 110ccf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/seL4-kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ assert builtins.elem config (builtins.attrNames seL4-configs);

stdenv.mkDerivation rec {
pname = "seL4";
version = "12.1.0";
version = "13.0.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-3MSX7f6q6YiBG/FcB/KjeRloInnwTsgLg84m47lD/eI=";
hash = "sha256-sFmOFoXwe1AsG0JLI2+QKEitmecxik9lxXUqf4QRysk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 110ccf7

Please sign in to comment.