Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 9, 2024
1 parent b84dcd4 commit afab9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/configs/upgrade-test-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let
shortRev = builtins.substring 0 7 rev;
};
}).defaultNix;
# v1.1.1
released = (fetchFlake "crypto-org-chain/cronos" "10b8eeb9052e3c52aa59dec15f5d3aca781d1271").default;
# v1.1.1, https://github.com/crypto-org-chain/cronos/pull/1382
released = (fetchFlake "yihuang/cronos" "88a1d987c48a884751c2f6d5584c766624592752").default;
current = pkgs.callPackage ../../. { };
farm = pkgs.linkFarm "upgrade-test-package" [
{ name = "genesis/bin"; path = "${released0}/bin"; }
Expand Down

0 comments on commit afab9ee

Please sign in to comment.