wasilibc: 20 -> 21
This is required for LLVM 17 support, and so is a blocker for updating llvmPackages to 17.
This commit is contained in:
parent
45fad8902f
commit
17ebc0e8b0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
let
|
||||
pname = "wasilibc";
|
||||
version = "20";
|
||||
version = "21";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||
owner = "WebAssembly";
|
||||
repo = "wasi-libc";
|
||||
rev = "refs/tags/wasi-sdk-${version}";
|
||||
hash = "sha256-H92PDrH1FL7S3eMCK1+wqclryjhwghl21bOlRCAr1U4=";
|
||||
hash = "sha256-1LsMpO29y79twVrUsuM/JvC7hK8O6Yey4Ard/S3Mvvc=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue