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
commit 4631da7a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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