Merge pull request #36718 from Lassulus/dogecoin

altcoins.dogecoin: use boost165
This commit is contained in:
Jörg Thalheim
2018-03-10 16:09:05 +00:00
committed by GitHub

View File

@@ -31,8 +31,8 @@ rec {
dero = callPackage ./dero.nix { };
dogecoin = callPackage ./dogecoin.nix { withGui = true; };
dogecoind = callPackage ./dogecoin.nix { withGui = false; };
dogecoin = callPackage ./dogecoin.nix { boost = boost165; withGui = true; };
dogecoind = callPackage ./dogecoin.nix { boost = boost165; withGui = false; };
ethsign = callPackage ./ethsign { };