hivemind: Fix boost version dependency

authored by Andrew Cann and committed by Franz Pletz fbc3c696 6b398266

+2 -2
+2 -2
pkgs/applications/altcoins/default.nix
··· 26 go-ethereum = callPackage ./go-ethereum.nix { }; 27 go-ethereum-classic = callPackage ./go-ethereum-classic { }; 28 29 - hivemind = callPackage ./hivemind.nix { withGui = true; }; 30 - hivemindd = callPackage ./hivemind.nix { withGui = false; }; 31 32 litecoin = callPackage ./litecoin.nix { withGui = true; }; 33 litecoind = callPackage ./litecoin.nix { withGui = false; };
··· 26 go-ethereum = callPackage ./go-ethereum.nix { }; 27 go-ethereum-classic = callPackage ./go-ethereum-classic { }; 28 29 + hivemind = callPackage ./hivemind.nix { withGui = true; boost = pkgs.boost162; }; 30 + hivemindd = callPackage ./hivemind.nix { withGui = false; boost = pkgs.boost162; }; 31 32 litecoin = callPackage ./litecoin.nix { withGui = true; }; 33 litecoind = callPackage ./litecoin.nix { withGui = false; };