Skip to content

Commit

Permalink
ibc-rs -> hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 4, 2025
1 parent 1a0fd41 commit 9f62d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sources.nixpkgs {
vendorSha256 = "sha256-OAXWrwpartjgSP7oeNvDJ7cTR9lyYVNhEM8HUnv3acE=";
doCheck = false;
};
hermes = pkgs.callPackage ./hermes.nix { src = sources.ibc-rs; };
hermes = pkgs.callPackage ./hermes.nix { src = sources.hermes; };
})
(import "${sources.gomod2nix}/overlay.nix")
(import ./build_overlay.nix)
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"url": "https://github.com/nix-community/gomod2nix/archive/3cbf3a51fe32e2f57af4c52744e7228bab22983d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"ibc-rs": {
"hermes": {
"branch": "v1.1.0",
"description": "IBC modules and relayer - Formal specifications and Rust implementation",
"homepage": "",
"owner": "informalsystems",
"repo": "ibc-rs",
"repo": "hermes",
"rev": "0daa3e16431e748c96a3fa4ad5e9698074e09060",
"sha256": "1fp4hz390fd4nlkrkzdmypy9i83i57l21hg7l0d9xi8h1hjginam",
"type": "tarball",
"url": "https://github.com/informalsystems/ibc-rs/archive/0daa3e16431e748c96a3fa4ad5e9698074e09060.tar.gz",
"url": "https://github.com/informalsystems/hermes/archive/0daa3e16431e748c96a3fa4ad5e9698074e09060.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand Down

0 comments on commit 9f62d7d

Please sign in to comment.