Merge pull request #284759 from alyssais/wasilibc

wasilibc: 20 -> 21
This commit is contained in:
Martin Weinelt 2024-01-30 02:50:26 +01:00 committed by GitHub
commit 87a0157432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};