Skip to content

Commit

Permalink
Update ethermint dependency in upgrade-test-package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Apr 8, 2024
1 parent 60c4f85 commit 8c395ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/configs/upgrade-test-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
fetchEthermint = rev: builtins.fetchTarball "https://github.com/Kava-Labs/ethermint/archive/${rev}.tar.gz";
released = pkgs.buildGo121Module rec {
name = "ethermintd";
src = fetchEthermint "f95892274ca11b6a1dcd66a1d1bc90710e3f45e6";
src = fetchEthermint "60c4f850ac0bddce2d584feed4f5ac82c9df7c9c";
subPackages = [ "cmd/ethermintd" ];
vendorSha256 = "sha256-5JXFuwzTYPc71uPK8OMtc6dmlF6/Lj4TcMCP3GTG76U=";
doCheck = false;
Expand Down

0 comments on commit 8c395ac

Please sign in to comment.