bitcoind: update from 0.9.2.1 to 0.9.3

This commit is contained in:
Aristid Breitkreuz 2014-10-06 22:06:56 +02:00
parent a24a4f7d76
commit 681b5f4b4a

View File

@ -4,12 +4,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.9.2.1";
version = "0.9.3";
name = "bitcoin${toString (optional (!gui) "d")}-${version}";
src = fetchurl {
url = "https://bitcoin.org/bin/${version}/bitcoin-${version}-linux.tar.gz";
sha256 = "0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54";
sha256 = "1kb59w7232qzfh952rz6vvjri2w26n9cq7baml0vifdsdhxph9f4";
};
# hexdump from utillinux is required for tests