diff --git a/CHANGELOG.md b/CHANGELOG.md index c025c67788..e628a4fb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -174,7 +174,7 @@ and reserves that much space for the ValueSerializer's buffer. ### Motoko -Updated Motoko to [0.13.5](https://github.com/dfinity/motoko/releases/tag/0.13.5) +Updated Motoko to [0.13.6](https://github.com/dfinity/motoko/releases/tag/0.13.6) ### Replica diff --git a/nix/sources.json b/nix/sources.json index 94f708ba5a..c14fcbfb65 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -130,27 +130,27 @@ "builtin": false, "description": "The Motoko base library", "owner": "dfinity", - "sha256": "1fviam3c27d49hpqap104dprbd0hm08hf4g4xphkbf8pkmhh3jif", + "sha256": "0smv0q6z6528q622grrmlw27j30zl5j0jd1pd32c592kd03lzcfi", "type": "tarball", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-base-library.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-base-library.tar.gz", - "version": "0.13.5" + "version": "0.13.6" }, "motoko-x86_64-darwin": { "builtin": false, - "sha256": "0z5zp6l8p2qyz3a2bsrm5sm7q5dm9s1xyfkh4q15gn89g76lj49d", + "sha256": "0w7qyi75kai63b9qnfg9fshw14c9c2ikwzkj39mka1pg9mjrs5d1", "type": "file", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Darwin-x86_64-0.13.5.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-Darwin-x86_64-0.13.6.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-Darwin-x86_64-.tar.gz", - "version": "0.13.5" + "version": "0.13.6" }, "motoko-x86_64-linux": { "builtin": false, - "sha256": "03ggnlnknag4i1536p4am2bvmiqxqsfcfb0h6d13kxw0dhdbcsyg", + "sha256": "1x7l1bk5vxkccn067gr9hswfk1qsdbi8dmsbgi1g4pkmx28danjg", "type": "file", - "url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Linux-x86_64-0.13.5.tar.gz", + "url": "https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-Linux-x86_64-0.13.6.tar.gz", "url_template": "https://github.com/dfinity/motoko/releases/download//motoko-Linux-x86_64-.tar.gz", - "version": "0.13.5" + "version": "0.13.6" }, "pocket-ic-x86_64-darwin": { "rev": "3e24396441e4c7380928d4e8b4ccff7de77d0e7e", diff --git a/src/dfx/assets/dfx-asset-sources.toml b/src/dfx/assets/dfx-asset-sources.toml index e5a1280756..fc979cc97c 100644 --- a/src/dfx/assets/dfx-asset-sources.toml +++ b/src/dfx/assets/dfx-asset-sources.toml @@ -22,8 +22,8 @@ url = 'https://download.dfinity.systems/ic/3e24396441e4c7380928d4e8b4ccff7de77d0 sha256 = 'ec27a56e0623883e770f2c30c7f609f59128d8dbf0772d1e0e9ec55fed4afc5d' [x86_64-darwin.motoko] -url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Darwin-x86_64-0.13.5.tar.gz' -sha256 = '2d1149cd7909d9570226703adf834eb5157caa2e35eb25d4f81e8b8ba8b9bf7c' +url = 'https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-Darwin-x86_64-0.13.6.tar.gz' +sha256 = 'a1159d654def06356b1a727e3ea3608991c0a176e9398bd31a26aa594ef4f870' # The replica, canister_sandbox and compiler_sandbox binaries must have the same revision. [x86_64-darwin.replica] @@ -53,8 +53,8 @@ url = 'https://download.dfinity.systems/ic/3e24396441e4c7380928d4e8b4ccff7de77d0 sha256 = 'e2c57a590a18494197fc4fdb96b017c621326a296354bd84b3def078f3300c95' [x86_64-darwin.motoko-base] -url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz' -sha256 = '7f02ddaffc30f68496697b6308acd2601408a7e182c935f6c3ca8cf843b847c3' +url = 'https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-base-library.tar.gz' +sha256 = '90658de800691166125cfbc9d85b3663501f2c58eaf2afc2ba9524cb35527e46' [x86_64-darwin.ic-btc-canister] url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz' @@ -81,8 +81,8 @@ url = 'https://download.dfinity.systems/ic/3e24396441e4c7380928d4e8b4ccff7de77d0 sha256 = '38a785e4bcedb45e8156ec1f1248473799cde6bf3c646f040e14e3b83b81ac44' [x86_64-linux.motoko] -url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Linux-x86_64-0.13.5.tar.gz' -sha256 = 'cf6bb61a6c80f7394233102cc79cc61dc7ba97a88a5c334a88e4293b2db5ef0d' +url = 'https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-Linux-x86_64-0.13.6.tar.gz' +sha256 = '4f5ad590e8755ef2427c4bd786e26a1a87e9b88629bf6380656cf65de60af4f4' # The replica, canister_sandbox and compiler_sandbox binaries must have the same revision. [x86_64-linux.replica] @@ -112,8 +112,8 @@ url = 'https://download.dfinity.systems/ic/3e24396441e4c7380928d4e8b4ccff7de77d0 sha256 = '7fee882a7d580dfbdba36d02def3534d0770a5a25134c5cc9c0dc395f61a0b8f' [x86_64-linux.motoko-base] -url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz' -sha256 = '7f02ddaffc30f68496697b6308acd2601408a7e182c935f6c3ca8cf843b847c3' +url = 'https://github.com/dfinity/motoko/releases/download/0.13.6/motoko-base-library.tar.gz' +sha256 = '90658de800691166125cfbc9d85b3663501f2c58eaf2afc2ba9524cb35527e46' [x86_64-linux.ic-btc-canister] url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'