From 8d6841e820fa1a4ff3a4cd7158ea0a491ee48b77 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Wed, 25 Sep 2024 02:29:04 +0200 Subject: [PATCH] niv ic-wasm: update 99482401 -> 12f4cb76 (#4711) 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@99482401...12f4cb76](https://github.com/dfinity/ic-wasm/compare/994824019228883203ebc28a3081ba16a0521d19...12f4cb76d0861aa7f72cea5741656213b4ef723b) * [`e4e2b90a`](https://github.com/dfinity/ic-wasm/commit/e4e2b90a755bfd9e23b109f8992cf98e9efa83d2) chore: fix release CI ([dfinity/ic-wasm⁠#74](https://togithub.com/dfinity/ic-wasm/issues/74)) * [`12f4cb76`](https://github.com/dfinity/ic-wasm/commit/12f4cb76d0861aa7f72cea5741656213b4ef723b) chore: release 0.8.6 ([dfinity/ic-wasm⁠#75](https://togithub.com/dfinity/ic-wasm/issues/75)) --- default.nix | 2 +- nix/sources.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index 75e4c40f23c..f7753590433 100644 --- a/default.nix +++ b/default.nix @@ -611,7 +611,7 @@ rec { nixpkgs.rustPlatform.buildRustPackage { name = "ic-wasm"; src = nixpkgs.sources.ic-wasm; - cargoSha256 = "sha256-wukv9q2nBPQM8XKwwzn/O2NfmiQYgiIOIzXRdvya4p8="; + cargoSha256 = "sha256-ydrwvAigwliqRE8/dIeogpERD5sFqRYrQ5N301bOo1Y="; doCheck = false; patchPhase = '' mkdir -p .cargo diff --git a/nix/sources.json b/nix/sources.json index 1335d0af86b..9594006d9f7 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -51,10 +51,10 @@ "homepage": null, "owner": "dfinity", "repo": "ic-wasm", - "rev": "994824019228883203ebc28a3081ba16a0521d19", - "sha256": "0753sfh9zjrf6z96cxnglf1ij7c6j21377zsy0g2dkiqvzvshrsl", + "rev": "12f4cb76d0861aa7f72cea5741656213b4ef723b", + "sha256": "1ayxzgh2bvmj4c4yl9q20fmr00kyil6475lsfcwrvslg34s3lqlv", "type": "tarball", - "url": "https://github.com/dfinity/ic-wasm/archive/994824019228883203ebc28a3081ba16a0521d19.tar.gz", + "url": "https://github.com/dfinity/ic-wasm/archive/12f4cb76d0861aa7f72cea5741656213b4ef723b.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "libtommath": {