Merge pull request #36718 from Lassulus/dogecoin
altcoins.dogecoin: use boost165
This commit is contained in:
commit
4631da7a2e
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user