Skip to content

Commit

Permalink
Merge branch 'master' into claudio/edit-distance
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Oct 3, 2024
2 parents 8cfb736 + 6dd737d commit 07a3101
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ rec {
nixpkgs.rustPlatform.buildRustPackage {
name = "ic-wasm";
src = nixpkgs.sources.ic-wasm;
cargoSha256 = "sha256-ydrwvAigwliqRE8/dIeogpERD5sFqRYrQ5N301bOo1Y=";
cargoSha256 = "sha256-//qDHK9z7feJy+kNEf6mYStAzn9E7S9ELJhIQek0WPA=";
doCheck = false;
patchPhase = ''
mkdir -p .cargo
Expand Down
12 changes: 6 additions & 6 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"homepage": "",
"owner": "dfinity",
"repo": "candid",
"rev": "829343f682c727639386d5f306783008c6f07a45",
"sha256": "1h66jq09slcm9qs6kaxsvafd3dgc1y4b1gbv0wgcn6lwfq949yxr",
"rev": "e3021b7a867d8c9853d75dc2eaa4af88a1738aa0",
"sha256": "18pqsf339z075gk61fiyssibn5h3icqfiw2x6rgrlp29az7d9asv",
"type": "tarball",
"url": "https://github.com/dfinity/candid/archive/829343f682c727639386d5f306783008c6f07a45.tar.gz",
"url": "https://github.com/dfinity/candid/archive/e3021b7a867d8c9853d75dc2eaa4af88a1738aa0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"esm": {
Expand Down Expand Up @@ -51,10 +51,10 @@
"homepage": null,
"owner": "dfinity",
"repo": "ic-wasm",
"rev": "12f4cb76d0861aa7f72cea5741656213b4ef723b",
"sha256": "1ayxzgh2bvmj4c4yl9q20fmr00kyil6475lsfcwrvslg34s3lqlv",
"rev": "f3bcbf19237870cd13e658e24d065d90f33ddc2e",
"sha256": "13ca93pbr34ivgs312xczw741ksz01n3q56340yyfvqc0v2jn6i7",
"type": "tarball",
"url": "https://github.com/dfinity/ic-wasm/archive/12f4cb76d0861aa7f72cea5741656213b4ef723b.tar.gz",
"url": "https://github.com/dfinity/ic-wasm/archive/f3bcbf19237870cd13e658e24d065d90f33ddc2e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down

0 comments on commit 07a3101

Please sign in to comment.