altcoins.masari: use boost165

This commit is contained in:
Samuel Dionne-Riel 2018-12-09 16:25:37 -05:00
parent 7a1a98e745
commit af0da18577

@ -65,7 +65,7 @@ rec {
};
litecoind = litecoin.override { withGui = false; };
masari = callPackage ./masari.nix { };
masari = callPackage ./masari.nix { boost = boost165; };
memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };