Skip to content

Instantly share code, notes, and snippets.

@Kiwi
Created January 19, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiwi/99db7d56d979cc60b514e417669b56ff to your computer and use it in GitHub Desktop.
Save Kiwi/99db7d56d979cc60b514e417669b56ff to your computer and use it in GitHub Desktop.
coinbase-pro 0.8.2.0
{...}: {
coinbase-pro = doJailbreak (appendPatch (overrideSrc super.coinbase-pro {
src = pkgs.fetchFromGitHub {
owner = "mdunnio";
repo = "coinbase-pro";
rev = "5e2840df2705ee410ed63ec61fa6982d03f28c94";
sha256 = "1pkilv5zwz23nbl7fd77mrrrf8j992jvrwasy7wy1xk77anpd8la";
};
version = "0.8.2.0";
}) (pkgs.fetchpatch {
url =
"https://gist.githubusercontent.com/Kiwi/58d0a233f50d1bcfb7b580ff3917b65e/raw/9dc0a1d7e7cfc4e90e2a23f9f5990a79951eb4dc/git.patch";
sha256 = "0g8kzzc6sx5h64n15g10f14j2rvywbm23awnl2d1kr606hmjfaj1";
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment