Skip to content

Commit

Permalink
Update hashes and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Sep 4, 2021
1 parent 8f4d21c commit 26bf9ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26bf9ca

Please sign in to comment.