Skip to content

Commit

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

* [`3ca7c656`](dfinity/ic-wasm@3ca7c65) add redirect for evm canister ([dfinity/ic-wasm⁠#77](https://togithub.com/dfinity/ic-wasm/issues/77))
* [`48db35ee`](dfinity/ic-wasm@48db35e) ci: use macos-13 to build macos binary ([dfinity/ic-wasm⁠#78](https://togithub.com/dfinity/ic-wasm/issues/78))
  • Loading branch information
dfinity-bot authored Nov 19, 2024
1 parent 45ec759 commit 468c19a
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 @@ -610,7 +610,7 @@ rec {
nixpkgs.rustPlatform.buildRustPackage {
name = "ic-wasm";
src = nixpkgs.sources.ic-wasm;
cargoSha256 = "sha256-//qDHK9z7feJy+kNEf6mYStAzn9E7S9ELJhIQek0WPA=";
cargoSha256 = "sha256-lQ4I6Fmodi0jxVuWPSvxbOpXcEX+0Lny7/N3GpW8UUI=";
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": "f3bcbf19237870cd13e658e24d065d90f33ddc2e",
"sha256": "13ca93pbr34ivgs312xczw741ksz01n3q56340yyfvqc0v2jn6i7",
"rev": "48db35ee8e77b40d2749961f29a6ad53e9698571",
"sha256": "12lnzk2y4z9bkxw4401qyhkw88zx2brq2g0gx5g7kjljadm6298w",
"type": "tarball",
"url": "https://github.com/dfinity/ic-wasm/archive/f3bcbf19237870cd13e658e24d065d90f33ddc2e.tar.gz",
"url": "https://github.com/dfinity/ic-wasm/archive/48db35ee8e77b40d2749961f29a6ad53e9698571.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down

0 comments on commit 468c19a

Please sign in to comment.