altcoins.dogecoin: use boost165

This commit is contained in:
lassulus 2018-03-10 02:34:39 +01:00
parent 6625fb8a67
commit 54572276ec

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 { };