Merge pull request #36712 from Lassulus/btc1
altcoins.btc1: 1.14.5 -> 1.15.1
This commit is contained in:
commit
5f3f4b1b9e
@ -5,11 +5,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
name = "bit1" + (toString (optional (!withGui) "d")) + "-" + version;
|
name = "bit1" + (toString (optional (!withGui) "d")) + "-" + version;
|
||||||
version = "1.14.5";
|
version = "1.15.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/btc1/bitcoin/archive/v${version}.tar.gz";
|
url = "https://github.com/btc1/bitcoin/archive/v${version}.tar.gz";
|
||||||
sha256 = "1az6bbblh3adgcs16r9cjz8jacg6sbwfpg8zzfzkbp9h9j85ass5";
|
sha256 = "0v0g2wb4nsnhddxzb63vj2bc1mgyj05vqm5imicjfz8prvgc0si8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
@ -19,8 +19,8 @@ rec {
|
|||||||
bitcoin-xt = callPackage ./bitcoin-xt.nix { boost = boost165; withGui = true; };
|
bitcoin-xt = callPackage ./bitcoin-xt.nix { boost = boost165; withGui = true; };
|
||||||
bitcoind-xt = callPackage ./bitcoin-xt.nix { boost = boost165; withGui = false; };
|
bitcoind-xt = callPackage ./bitcoin-xt.nix { boost = boost165; withGui = false; };
|
||||||
|
|
||||||
btc1 = callPackage ./btc1.nix { withGui = true; };
|
btc1 = callPackage ./btc1.nix { boost = boost165; withGui = true; };
|
||||||
btc1d = callPackage ./btc1.nix { withGui = false; };
|
btc1d = callPackage ./btc1.nix { boost = boost165; withGui = false; };
|
||||||
|
|
||||||
cryptop = python3.pkgs.callPackage ./cryptop { };
|
cryptop = python3.pkgs.callPackage ./cryptop { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user