Skip to content

Commit

Permalink
niv ic-wasm: update 99482401 -> 12f4cb76 (#4711)
Browse files Browse the repository at this point in the history
## Changelog for ic-wasm:
Branch: main
Commits: [dfinity/ic-wasm@99482401...12f4cb76](dfinity/ic-wasm@9948240...12f4cb7)

* [`e4e2b90a`](dfinity/ic-wasm@e4e2b90) chore: fix release CI ([dfinity/ic-wasm⁠#74](https://togithub.com/dfinity/ic-wasm/issues/74))
* [`12f4cb76`](dfinity/ic-wasm@12f4cb7) chore: release 0.8.6 ([dfinity/ic-wasm⁠#75](https://togithub.com/dfinity/ic-wasm/issues/75))
  • Loading branch information
dfinity-bot authored Sep 25, 2024
1 parent 0c24e2c commit 8d6841e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down

0 comments on commit 8d6841e

Please sign in to comment.