Skip to content

Commit

Permalink
update hermes (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda authored Dec 27, 2023
1 parent 099b721 commit 8429e60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ibc-rs-src.url = "github:informalsystems/ibc-rs/v1.0.0";
ibc-rs-src.flake = false;

hermes-src.url = "github:informalsystems/hermes/v1.6.0";
hermes-src.url = "github:informalsystems/hermes/v1.7.4";
hermes-src.flake = false;

relayer-src.url = "github:cosmos/relayer/v1.0.0";
Expand Down
4 changes: 2 additions & 2 deletions packages/hermes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
}:
pkgs.rustPlatform.buildRustPackage {
pname = "hermes";
version = "v1.6.0";
version = "v1.7.4";
src = hermes-src;
nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default] ++ lib.lists.optionals stdenv.isDarwin [darwin.apple_sdk.frameworks.Security];
cargoSha256 = "sha256-xCSH8L8do6mS3NKPBZoXKrbJizEDiCJrZnUeG0aisRE=";
cargoSha256 = "sha256-oAsRn0THb5FU1HqgpB60jChGeQZdbrPoPfzTbyt3ozM=";
doCheck = false;
}

0 comments on commit 8429e60

Please sign in to comment.