From bc2ecd05b7b4809d2a08e2a720b94abbdc22bef8 Mon Sep 17 00:00:00 2001 From: "Paul H. Liu" Date: Wed, 1 Sep 2021 20:08:38 -0700 Subject: [PATCH] Update hashes in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fc410e..0c566ec 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.11/ic-qr-scanner.wasm|sha256sum -476e4c0d7fe155faebdd3eb434e7248ff4bb47abfebc2e4125a967a3f90dd22c - +$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.12/ic-qr-scanner.wasm|sha256sum +9371610517945c65def5265bdde78597159bcc55e3dea58ce3e5111212e2f010 - $ cat $(nix-build ic-qr-scanner.nix 2>/dev/null)/bin/ic-qr-scanner.wasm |sha256sum -476e4c0d7fe155faebdd3eb434e7248ff4bb47abfebc2e4125a967a3f90dd22c - +9371610517945c65def5265bdde78597159bcc55e3dea58ce3e5111212e2f010 - $ make dfx.json && dfx canister --no-wallet --network ic info p5deo-6aaaa-aaaab-aaaxq-cai Controller: ihamg-4yaaa-aaaab-aaafa-cai -Module hash: 0x476e4c0d7fe155faebdd3eb434e7248ff4bb47abfebc2e4125a967a3f90dd22c +Module hash: 0x9371610517945c65def5265bdde78597159bcc55e3dea58ce3e5111212e2f010 ``` Acknowledgement: