From 0017d4c260b7fc1b888db77c76b082b1aabd2cf1 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:17:15 +0100 Subject: [PATCH] niv musl-wasi: update c5264e2b -> cc62fa82 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for musl-wasi: Branch: main Commits: [WebAssembly/wasi-libc@c5264e2b...cc62fa82](https://github.com/WebAssembly/wasi-libc/compare/c5264e2bbe532994d06b039005f2af91bedcc1a6...cc62fa82c29bfced82d280cbccc231667ee80822) * [`4bac52ea`](https://github.com/WebAssembly/wasi-libc/commit/4bac52eac3fd97157c15f86ffcab4e91533aa6f3) Remove trailing backtick in README.md ([WebAssembly/wasi-libc⁠#455](https://togithub.com/WebAssembly/wasi-libc/issues/455)) * [`5a693184`](https://github.com/WebAssembly/wasi-libc/commit/5a693184e947b7a30087b91d4afc1a5d06eec885) add `wasm32-wasi-preview2` target ([WebAssembly/wasi-libc⁠#457](https://togithub.com/WebAssembly/wasi-libc/issues/457)) * [`925ad6d7`](https://github.com/WebAssembly/wasi-libc/commit/925ad6d75899397d26b9f09a6f195dbf5eb35814) CI: include wasi-threads in the sysroot ([WebAssembly/wasi-libc⁠#458](https://togithub.com/WebAssembly/wasi-libc/issues/458)) * [`03b228e4`](https://github.com/WebAssembly/wasi-libc/commit/03b228e46bb02fcc5927253e1b8ad715072b1ae4) emmalloc: use __heap_end instead of sbrk(0) ([WebAssembly/wasi-libc⁠#462](https://togithub.com/WebAssembly/wasi-libc/issues/462)) * [`47b9db6d`](https://github.com/WebAssembly/wasi-libc/commit/47b9db6d150d5a31ac5945296eca4550769fe97c) add WASI Preview 2 bindings ([WebAssembly/wasi-libc⁠#460](https://togithub.com/WebAssembly/wasi-libc/issues/460)) * [`cc62fa82`](https://github.com/WebAssembly/wasi-libc/commit/cc62fa82c29bfced82d280cbccc231667ee80822) add stubs for `statvfs`, `chmod`, etc. ([WebAssembly/wasi-libc⁠#463](https://togithub.com/WebAssembly/wasi-libc/issues/463)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 8704b00f2a2..5a17a9e98f2 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -101,10 +101,10 @@ "homepage": "https://wasi.dev", "owner": "WebAssembly", "repo": "wasi-libc", - "rev": "c5264e2bbe532994d06b039005f2af91bedcc1a6", - "sha256": "1skw2jqzaidr2zbzbjw32b36xvqniwf4if8cr4kbpp8vjvh7j2lr", + "rev": "cc62fa82c29bfced82d280cbccc231667ee80822", + "sha256": "17s7240hsm268ynmyzqdpys1x1yg5baarag4rld8krm62pqlrw84", "type": "tarball", - "url": "https://github.com/WebAssembly/wasi-libc/archive/c5264e2bbe532994d06b039005f2af91bedcc1a6.tar.gz", + "url": "https://github.com/WebAssembly/wasi-libc/archive/cc62fa82c29bfced82d280cbccc231667ee80822.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": {