Skip to content

Commit

Permalink
fix chain-main
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 16, 2024
1 parent 6633b09 commit 6fdd202
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration_tests/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pkgs.mkShell {
pkgs.test-env
pkgs.nixpkgs-fmt
pkgs.rocksdb
# pkgs.chain-maind
pkgs.chain-maind
pkgs.hermes
pkgs.rly
];
Expand Down
10 changes: 5 additions & 5 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"chain-main": {
"branch": "v4.2.8",
"branch": "fix-nix",
"description": "Crypto.org Chain⛓: Croeseid Testnet and beyond development",
"homepage": "https://crypto.org",
"owner": "crypto-org-chain",
"owner": "yihuang",
"repo": "chain-main",
"rev": "641d3b9c562fa3836fb5f4ab8b0b4aa93e894c47",
"sha256": "0cpwqbnddjfha745v2k74cg43ip1rl6qay4gpy6ylq0nbjmz0yv8",
"rev": "8059fbdb626bd57208c1241a1bfc0c6079155c74",
"sha256": "16pys4smd6hxmsbrvzcwvh3lwrsvlhfn80wixr7vy15xz8cm05na",
"type": "tarball",
"url": "https://github.com/crypto-org-chain/chain-main/archive/641d3b9c562fa3836fb5f4ab8b0b4aa93e894c47.tar.gz",
"url": "https://github.com/yihuang/chain-main/archive/8059fbdb626bd57208c1241a1bfc0c6079155c74.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cosmos-sdk": {
Expand Down
2 changes: 1 addition & 1 deletion nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ poetry2nix.mkPoetryEnv {
let
buildSystems = {
eth-bloom = [ "setuptools" ];
pystarport = [ "poetry-core" "setuptools" ];
pystarport = [ "poetry-core" ];
cprotobuf = [ "setuptools" ];
durations = [ "setuptools" ];
multitail2 = [ "setuptools" ];
Expand Down

0 comments on commit 6fdd202

Please sign in to comment.