diff --git a/README.md b/README.md index a7a0155..c348cf4 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ Reproducible build: You can verify the build by comparing hashes from 3 sources, github release, local build, and the deployed canister: ``` -$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.13/ic-qr-scanner.wasm|sha256sum -8f1d141c81b9ae43e5431825f01489e284d4e435b1e6de359ace990b5d8a6817 - +$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.14/ic-qr-scanner.wasm|sha256sum +4bc0f88323412a7f33f13daebd3a76c8d19d92cd7e473c6364e12820c9aa5dcb - $ cat $(nix-build ic-qr-scanner.nix 2>/dev/null)/bin/ic-qr-scanner.wasm |sha256sum -8f1d141c81b9ae43e5431825f01489e284d4e435b1e6de359ace990b5d8a6817 - +4bc0f88323412a7f33f13daebd3a76c8d19d92cd7e473c6364e12820c9aa5dcb - $ make dfx.json && dfx canister --no-wallet --network ic info p5deo-6aaaa-aaaab-aaaxq-cai Controller: ihamg-4yaaa-aaaab-aaafa-cai -Module hash: 0x8f1d141c81b9ae43e5431825f01489e284d4e435b1e6de359ace990b5d8a6817 +Module hash: 0x4bc0f88323412a7f33f13daebd3a76c8d19d92cd7e473c6364e12820c9aa5dcb ``` Acknowledgement: