We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f091644 commit 06a2330Copy full SHA for 06a2330
pkgs/llvm_cheri.nix
@@ -11,14 +11,13 @@
11
}:
12
stdenv.mkDerivation rec {
13
name = "cheri-llvm";
14
- version = "17.0.1.r01";
+ version = "17.0.1.r02";
15
src = fetchzip {
16
# We build the toolchain in another repository because derivations doesn't allow internet
17
# connection, which is required by cheribuild.
18
url = "https://github.com/engdoreis/cheribuild/releases/download/v${version}/cheri-std093-sdk.tar.gz";
19
- hash = "sha256-/6FGm1Ot9sFZ71FIThtLV2KFjhSfnc5w32OucCZmDfc=";
+ hash = "sha256-SJsi9PYSi8UMRbHaLeR88AociKSZL1fdbOWhcqp3bE4=";
20
};
21
-
22
dontConfigure = true;
23
dontBuild = true;
24
0 commit comments