Skip to content

Commit

Permalink
revert changes to test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Jul 26, 2024
1 parent 86c143e commit 08292d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_tests/configs/upgrade-test-package.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
let
pkgs = import ../../../nix { };
fetchEthermint = rev: builtins.fetchTarball "https://github.com/zeta-chain/ethermint/archive/${rev}.tar.gz";
released = pkgs.buildGo119Module rec {
fetchEthermint = rev: builtins.fetchTarball "https://github.com/evmos/ethermint/archive/${rev}.tar.gz";
released = pkgs.buildGo118Module rec {
name = "ethermintd";
src = fetchEthermint "5db67f17e6a0a87ea580841be0266f898e3d63d9";
src = fetchEthermint "d29cdad6e667f6089dfecbedd36bb8d3a2a7d025";
subPackages = [ "cmd/ethermintd" ];
vendorSha256 = "sha256-6EHCw0/Lo1JfDOEfsn/NufRco0zgebCo0hwwm5wJoFU=";
vendorSha256 = "sha256-cQAol54b6hNzsA4Q3MP9mTqFWM1MvR5uMPrYpaoj3SY";
doCheck = false;
};
current = pkgs.callPackage ../../../. { };
Expand Down

0 comments on commit 08292d1

Please sign in to comment.