tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
bitcoind: update from 0.9.2.1 to 0.9.3
Aristid Breitkreuz
11 years ago
681b5f4b
a24a4f7d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
bitcoin
default.nix
+2
-2
pkgs/applications/misc/bitcoin/default.nix
···
4
4
with stdenv.lib;
5
5
6
6
stdenv.mkDerivation rec {
7
7
-
version = "0.9.2.1";
7
7
+
version = "0.9.3";
8
8
name = "bitcoin${toString (optional (!gui) "d")}-${version}";
9
9
10
10
src = fetchurl {
11
11
url = "https://bitcoin.org/bin/${version}/bitcoin-${version}-linux.tar.gz";
12
12
-
sha256 = "0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54";
12
12
+
sha256 = "1kb59w7232qzfh952rz6vvjri2w26n9cq7baml0vifdsdhxph9f4";
13
13
};
14
14
15
15
# hexdump from utillinux is required for tests