3
0
Fork 0
forked from mirrors/nixpkgs

merge #3340: bitcoin: minor update

This commit is contained in:
Vladimír Čunát 2014-08-15 00:15:22 +02:00
commit 6c791d41db

View file

@ -2,12 +2,12 @@
, pkgconfig, protobuf, qrencode }:
stdenv.mkDerivation rec {
version = "0.9.1";
version = "0.9.2.1";
name = "bitcoin-${version}";
src = fetchurl {
url = "https://bitcoin.org/bin/${version}/${name}-linux.tar.gz";
sha256 = "3fabc1c629007b465a278525883663d41a2ba62699f2773536a8bf59ca210425";
sha256 = "0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54";
};
# hexdump from utillinux is required for tests