Skip to content

Commit

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

* [`f3bcbf19`](dfinity/ic-wasm@f3bcbf1) use 64bit API for stable memory ([dfinity/ic-wasm⁠#76](https://github.com/dfinity/ic-wasm/issues/76))
  • Loading branch information
dfinity-bot authored Oct 2, 2024
1 parent 574784e commit 62f3e17
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-ydrwvAigwliqRE8/dIeogpERD5sFqRYrQ5N301bOo1Y=";
cargoSha256 = "sha256-//qDHK9z7feJy+kNEf6mYStAzn9E7S9ELJhIQek0WPA=";
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": "12f4cb76d0861aa7f72cea5741656213b4ef723b",
"sha256": "1ayxzgh2bvmj4c4yl9q20fmr00kyil6475lsfcwrvslg34s3lqlv",
"rev": "f3bcbf19237870cd13e658e24d065d90f33ddc2e",
"sha256": "13ca93pbr34ivgs312xczw741ksz01n3q56340yyfvqc0v2jn6i7",
"type": "tarball",
"url": "https://github.com/dfinity/ic-wasm/archive/12f4cb76d0861aa7f72cea5741656213b4ef723b.tar.gz",
"url": "https://github.com/dfinity/ic-wasm/archive/f3bcbf19237870cd13e658e24d065d90f33ddc2e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down

0 comments on commit 62f3e17

Please sign in to comment.