tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bitcoin: 0.10.2 -> 0.11.0
Sam Griffin
10 years ago
368fee5f
335cc971
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
altcoins
bitcoin.nix
+2
-2
pkgs/applications/altcoins/bitcoin.nix
···
6
6
stdenv.mkDerivation rec{
7
7
8
8
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
9
9
-
core_version = "0.10.2";
9
9
+
core_version = "0.11.0";
10
10
version = core_version;
11
11
12
12
src = fetchurl {
13
13
urls = [ "https://bitcoin.org/bin/bitcoin-core-${core_version}/bitcoin-${version}.tar.gz"
14
14
"mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${core_version}/bitcoin-${version}.tar.gz"
15
15
];
16
16
-
sha256 = "cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec";
16
16
+
sha256 = "51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f";
17
17
};
18
18
19
19
buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib