Skip to content

Instantly share code, notes, and snippets.

@nomeata
Created June 13, 2021 18:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomeata/0f136dffe6792edb183c08152f7a7144 to your computer and use it in GitHub Desktop.
Save nomeata/0f136dffe6792edb183c08152f7a7144 to your computer and use it in GitHub Desktop.
$ sha256sum $(nix-build -E '(import (builtins.fetchGit { url = "git@github.com:dfinity/sdk"; ref = "refs/tags/0.7.0";} + "/distributed-canisters.nix") {})')/*/*.wasm
2664385b7ad001123d8cea1f7147fad005d012116139787d9054b2f3a62718ec /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/assetstorage/assetstorage.wasm
d6e9f851519a6dc419e3281448a84e4866fbb5011258868e2b5dda31d529bdcf /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/ui/ui.wasm
a609400f2576d1d6df72ce868b359fd08e1d68e58454ef17db2361d2f1c242a1 /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/wallet/wallet.wasm
$ sha256sum $(nix-build -E '(import (builtins.fetchGit { url = "git@github.com:dfinity/sdk"; ref = "refs/tags/0.7.1";} + "/distributed-canisters.nix") {})')/*/*.wasm
2664385b7ad001123d8cea1f7147fad005d012116139787d9054b2f3a62718ec /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/assetstorage/assetstorage.wasm
d6e9f851519a6dc419e3281448a84e4866fbb5011258868e2b5dda31d529bdcf /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/ui/ui.wasm
a609400f2576d1d6df72ce868b359fd08e1d68e58454ef17db2361d2f1c242a1 /nix/store/0s2iplbgj08d32xdyjcwwyajhhg9fgzs-distributed-canisters/wallet/wallet.wasm
$ sha256sum $(nix-build -E '(import (builtins.fetchGit { url = "git@github.com:dfinity/sdk"; ref = "refs/tags/0.7.2";} + "/distributed-canisters.nix") {})')/*/*.wasm
2664385b7ad001123d8cea1f7147fad005d012116139787d9054b2f3a62718ec /nix/store/l3vwvxg06x964f1gqm0rk5qyzdv8b347-distributed-canisters/assetstorage/assetstorage.wasm
d6e9f851519a6dc419e3281448a84e4866fbb5011258868e2b5dda31d529bdcf /nix/store/l3vwvxg06x964f1gqm0rk5qyzdv8b347-distributed-canisters/ui/ui.wasm
1404b28b1c66491689b59e184a9de3c2be0dbdd75d952f29113b516742b7f898 /nix/store/l3vwvxg06x964f1gqm0rk5qyzdv8b347-distributed-canisters/wallet/wallet.wasm
@nomeata
Copy link
Author

nomeata commented Jun 13, 2021

@nomeata
Copy link
Author

nomeata commented Jun 13, 2021

I also found the popular canister:

~/dfinity/sdk $ sha256sum $(nix-build -E '(import (builtins.fetchGit { url = "git@github.com:dfinity/sdk"; ref = "refs/tags/0.7.0-beta.5";} + "/distributed-canisters.nix") {})')/*/*.wasm
these derivations will be built:
  /nix/store/4553917k51cwg4qvlvwb9rfkjrfrn5g7-distributed-canisters.drv
building '/nix/store/4553917k51cwg4qvlvwb9rfkjrfrn5g7-distributed-canisters.drv'...
2cfb6f216fd6ab367364c02960afbbc5c444f5481225ee676992ac9058fd41e3  /nix/store/6s4ny4ilmsmzq246bzd4z8aiprl338lc-distributed-canisters/assetstorage/assetstorage.wasm
3d5b221387875574a9fd75b3165403cf1b301650a602310e9e4229d2f6766dcc  /nix/store/6s4ny4ilmsmzq246bzd4z8aiprl338lc-distributed-canisters/wallet/wallet.wasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment