Skip to content

Commit

Permalink
Revert "chore: update Motoko version to 0.10.0 (#3364)" (#3365)
Browse files Browse the repository at this point in the history
This reverts commit 609a970.
  • Loading branch information
ericswanson-dfinity authored Sep 15, 2023
1 parent 609a970 commit bbf4333
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Any callers of `get_chunk()` should make sure to always pass the `sha256` value

### Motoko

Updated Motoko to [0.10.0](https://github.com/dfinity/motoko/releases/tag/0.10.0)
Updated Motoko to [0.9.7](https://github.com/dfinity/motoko/releases/tag/0.9.7)

### Updated candid to 0.9.0

Expand Down
24 changes: 12 additions & 12 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"homepage": "https://rustsec.org",
"owner": "RustSec",
"repo": "advisory-db",
"rev": "12719bd23b88573977c7ad7fe818b05e8fbc33b3",
"sha256": "14j5q3973wxrzxb2m1zxizrpl6k1zdmpcmlcwskq3bimykq7f5g6",
"rev": "370cdc73f5332995b61e2dd281f170b41df44319",
"sha256": "17rk04rxfqiqqsz7aw2f4abfm2wls70rgy22smm7mhm1di7lba6a",
"type": "tarball",
"url": "https://github.com/RustSec/advisory-db/archive/12719bd23b88573977c7ad7fe818b05e8fbc33b3.tar.gz",
"url": "https://github.com/RustSec/advisory-db/archive/370cdc73f5332995b61e2dd281f170b41df44319.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"canister_sandbox-x86_64-darwin": {
Expand Down Expand Up @@ -162,27 +162,27 @@
"builtin": false,
"description": "The Motoko base library",
"owner": "dfinity",
"sha256": "1ks5fflz4yjfqaf3lq6izdz7fqkczi40m3hc3rifjm8p618pxc2c",
"sha256": "04awra5kjj9fwf3pcjr5r821ki5ajjn70ggw4in26psdi7czsziv",
"type": "tarball",
"url": "https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-base-library.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-base-library.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-base-library.tar.gz",
"version": "0.10.0"
"version": "0.9.7"
},
"motoko-x86_64-darwin": {
"builtin": false,
"sha256": "0kxxmx39sjy99qddhmd1m7v5jpcmlnhr1a7ffcv45xs0iva032x3",
"sha256": "0iifcbc3d762g72wpl9ld2dqdk5y0lrfb8pp9qw2hzlkzdb2r2g0",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-Darwin-x86_64-0.10.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-Darwin-x86_64-0.9.7.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Darwin-x86_64-<version>.tar.gz",
"version": "0.10.0"
"version": "0.9.7"
},
"motoko-x86_64-linux": {
"builtin": false,
"sha256": "1639zr4hx1rhi0mkip75z600l6hkhysych9jy5l4lmy4gyrkn9h6",
"sha256": "1dv8wx36h4d594vdjx7jlx504l3x2k53367nc9bx75sqraplgm5a",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-Linux-x86_64-0.10.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-Linux-x86_64-0.9.7.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Linux-x86_64-<version>.tar.gz",
"version": "0.10.0"
"version": "0.9.7"
},
"replica-x86_64-darwin": {
"builtin": false,
Expand Down
16 changes: 8 additions & 8 deletions src/dfx/assets/dfx-asset-sources.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ url = 'https://download.dfinity.systems/ic/cabe2ae3ca115b1a3f24d75814d4f8e317b29
sha256 = 'f2c5828db457f1c5900df7ec13ab6d94dd035b40c22b2338fafb7e4c6b7fe655'

[x86_64-darwin.motoko]
url = 'https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-Darwin-x86_64-0.10.0.tar.gz'
sha256 = 'a38b01d48e40f7423673eea890a1a5955d59f6a9a155d81a4ec94b9d46afbd4f'
url = 'https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-Darwin-x86_64-0.9.7.tar.gz'
sha256 = 'e0892c56fb937e28384ef7a2e53205becc869b6834d1cbc579c29c36d8622e46'
# The replica and canister_sandbox binaries must have the same revision.

[x86_64-darwin.replica]
Expand All @@ -52,8 +52,8 @@ url = 'https://download.dfinity.systems/ic/cabe2ae3ca115b1a3f24d75814d4f8e317b29
sha256 = '0107185d79190d8ba811d0d157d292a559afb341fd0cde3fbb45792f8af4dd03'

[x86_64-darwin.motoko-base]
url = 'https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-base-library.tar.gz'
sha256 = '3e9a4b2310e669d104b94c6032dec7902cfd2d5f3b8dda6e3db75dcb4fa2d450'
url = 'https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-base-library.tar.gz'
sha256 = '073f8ddcc39f89b0765e3b69f3ac0a1975b09975bf869b8147ad3ced61d779a3'

[x86_64-darwin.ic-btc-canister]
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-03-31/ic-btc-canister.wasm.gz'
Expand Down Expand Up @@ -88,8 +88,8 @@ url = 'https://download.dfinity.systems/ic/cabe2ae3ca115b1a3f24d75814d4f8e317b29
sha256 = '9d1b576bf8069fcee1f92fbf94fe4a7093fa9f83c1dfdf5de66f7552f18b8364'

[x86_64-linux.motoko]
url = 'https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-Linux-x86_64-0.10.0.tar.gz'
sha256 = '06263bb37fc4574a68f13241e6b587131a0a80f9e5dc382b8830870e49fe6998'
url = 'https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-Linux-x86_64-0.9.7.tar.gz'
sha256 = 'aad447afca5897d35762f69831ca147d50024aa7f274d93649a5116846e768b7'
# The replica and canister_sandbox binaries must have the same revision.

[x86_64-linux.replica]
Expand All @@ -110,8 +110,8 @@ url = 'https://download.dfinity.systems/ic/cabe2ae3ca115b1a3f24d75814d4f8e317b29
sha256 = 'fa069d1e354addfae321ed7157571e371b9a9629be132164fe78917e115ef150'

[x86_64-linux.motoko-base]
url = 'https://github.com/dfinity/motoko/releases/download/0.10.0/motoko-base-library.tar.gz'
sha256 = '3e9a4b2310e669d104b94c6032dec7902cfd2d5f3b8dda6e3db75dcb4fa2d450'
url = 'https://github.com/dfinity/motoko/releases/download/0.9.7/motoko-base-library.tar.gz'
sha256 = '073f8ddcc39f89b0765e3b69f3ac0a1975b09975bf869b8147ad3ced61d779a3'

[x86_64-linux.ic-btc-canister]
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-03-31/ic-btc-canister.wasm.gz'
Expand Down

0 comments on commit bbf4333

Please sign in to comment.