Skip to content

Commit 06a2330

Browse files
committed
Update the cheri llvm toolchain used by mocha
This new version includes llvm binutils, clang-format, clang-tidy and others.
1 parent f091644 commit 06a2330

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/llvm_cheri.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
name = "cheri-llvm";
14-
version = "17.0.1.r01";
14+
version = "17.0.1.r02";
1515
src = fetchzip {
1616
# We build the toolchain in another repository because derivations doesn't allow internet
1717
# connection, which is required by cheribuild.
1818
url = "https://github.com/engdoreis/cheribuild/releases/download/v${version}/cheri-std093-sdk.tar.gz";
19-
hash = "sha256-/6FGm1Ot9sFZ71FIThtLV2KFjhSfnc5w32OucCZmDfc=";
19+
hash = "sha256-SJsi9PYSi8UMRbHaLeR88AociKSZL1fdbOWhcqp3bE4=";
2020
};
21-
2221
dontConfigure = true;
2322
dontBuild = true;
2423

0 commit comments

Comments
 (0)