mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
bitcoind: update from 0.9.2.1 to 0.9.3
This commit is contained in:
parent
a24a4f7d76
commit
681b5f4b4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user