From d70a94d48758dbc74a9f4f1baabbc71d007ab455 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:10:12 +0100 Subject: [PATCH] niv ic-wasm: update 48db35ee -> 707016c2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for ic-wasm: Branch: main Commits: [dfinity/ic-wasm@48db35ee...707016c2](https://github.com/dfinity/ic-wasm/compare/48db35ee8e77b40d2749961f29a6ad53e9698571...707016c27b88dee63c11448039b0e2cc4899c8de) * [`bdc074a8`](https://github.com/dfinity/ic-wasm/commit/bdc074a85221586ef67f80ff53bb0ee20e4c586e) fix: limit_resource works with wasm64 ([dfinity/ic-wasm⁠#79](https://togithub.com/dfinity/ic-wasm/issues/79)) * [`72d2bc28`](https://github.com/dfinity/ic-wasm/commit/72d2bc282551ffd356cd6ce49fb1ed3d5f797e43) Validate the manipulated module before emitting it and give a warning if that fails. ([dfinity/ic-wasm⁠#80](https://togithub.com/dfinity/ic-wasm/issues/80)) * [`707016c2`](https://github.com/dfinity/ic-wasm/commit/707016c27b88dee63c11448039b0e2cc4899c8de) Build musl target with docker alpine in release workflow ([dfinity/ic-wasm⁠#1](https://togithub.com/dfinity/ic-wasm/issues/1)) ([dfinity/ic-wasm⁠#82](https://togithub.com/dfinity/ic-wasm/issues/82)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 65cde0b8242..fc14107176d 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -51,10 +51,10 @@ "homepage": null, "owner": "dfinity", "repo": "ic-wasm", - "rev": "48db35ee8e77b40d2749961f29a6ad53e9698571", - "sha256": "12lnzk2y4z9bkxw4401qyhkw88zx2brq2g0gx5g7kjljadm6298w", + "rev": "707016c27b88dee63c11448039b0e2cc4899c8de", + "sha256": "0czd10gbn30syxyxxp3lkswnw8i1gr6z2d4ffmv5gjr9rfkn0l26", "type": "tarball", - "url": "https://github.com/dfinity/ic-wasm/archive/48db35ee8e77b40d2749961f29a6ad53e9698571.tar.gz", + "url": "https://github.com/dfinity/ic-wasm/archive/707016c27b88dee63c11448039b0e2cc4899c8de.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "libtommath": {