Skip to content

Commit

Permalink
Problem: latest hermes is not used in integration tests (#894)
Browse files Browse the repository at this point in the history
Solution:
* update hermes v1.1.0
  • Loading branch information
mmsqe authored Nov 3, 2022
1 parent 1f8b753 commit b6c6b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix/hermes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
rustPlatform.buildRustPackage rec {
name = "hermes";
inherit src;
cargoSha256 = "sha256-c4zEQKMg3xVct/iyj6MYH/MiACMiHVRBRgEuaLGH1Vg=";
cargoSha256 = "sha256-DBHDJlD2kTUeU0LCG5ZUij+v+lWUYRPGVvUKUYPfYQA=";
cargoBuildFlags = "-p ibc-relayer-cli";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"ibc-rs": {
"branch": "master",
"branch": "v1.1.0",
"description": "IBC modules and relayer - Formal specifications and Rust implementation",
"homepage": "",
"owner": "informalsystems",
"repo": "ibc-rs",
"rev": "ed4dd8c8b4ebd695730de2a1c69f3011cb179352",
"sha256": "1md3v20yq25qc06rmdl7sbmyq1zsplnlxv7d1lmk1jbg0wysrlik",
"rev": "0daa3e16431e748c96a3fa4ad5e9698074e09060",
"sha256": "1fp4hz390fd4nlkrkzdmypy9i83i57l21hg7l0d9xi8h1hjginam",
"type": "tarball",
"url": "https://github.com/informalsystems/ibc-rs/archive/ed4dd8c8b4ebd695730de2a1c69f3011cb179352.tar.gz",
"url": "https://github.com/informalsystems/ibc-rs/archive/0daa3e16431e748c96a3fa4ad5e9698074e09060.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand Down

0 comments on commit b6c6b10

Please sign in to comment.