Skip to content

Commit

Permalink
Update README v0.1.9 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 20, 2021
1 parent 4216b83 commit 50ee99f
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.8/ic-qr-scanner.wasm|sha256sum
be91a5bb8bcf77d9dd0aaac7412dab420af60072884bcb3d0a6bd757dab5a03e -
$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.9/ic-qr-scanner.wasm|sha256sum
a880e416b0a9f92d311997f0aa4dfd0ab5ae4f8d7295b1855f5298e10c84b849 -
$ cat $(nix-build ic-qr-scanner.nix 2>/dev/null)/bin/ic-qr-scanner.wasm |sha256sum
be91a5bb8bcf77d9dd0aaac7412dab420af60072884bcb3d0a6bd757dab5a03e -
a880e416b0a9f92d311997f0aa4dfd0ab5ae4f8d7295b1855f5298e10c84b849 -
$ make dfx.json && dfx canister --no-wallet --network ic info p5deo-6aaaa-aaaab-aaaxq-cai
Controller: ihamg-4yaaa-aaaab-aaafa-cai
Module hash: 0xbe91a5bb8bcf77d9dd0aaac7412dab420af60072884bcb3d0a6bd757dab5a03e
Module hash: 0xa880e416b0a9f92d311997f0aa4dfd0ab5ae4f8d7295b1855f5298e10c84b849
```

Acknowledgement:
Expand Down

0 comments on commit 50ee99f

Please sign in to comment.