Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 9, 2024
1 parent afab9ee commit 384b59d
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, https://github.com/crypto-org-chain/cronos/pull/1382
released = (fetchFlake "yihuang/cronos" "88a1d987c48a884751c2f6d5584c766624592752").default;
# release/v1.1.x
released = (fetchFlake "crypto-org-chain/cronos" "69a80154b6b24fca15f3562e2c4b312ee1092220").default;
current = pkgs.callPackage ../../. { };
farm = pkgs.linkFarm "upgrade-test-package" [
{ name = "genesis/bin"; path = "${released0}/bin"; }
Expand Down

0 comments on commit 384b59d

Please sign in to comment.