about summary refs log tree commit diff
path: root/pkgs/tools/misc/libbitcoin
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-16 19:47:56 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-23 21:00:43 -0500
commitf9abda7a58dba7bee8bdbd728e4bc211b2f1f9aa (patch)
tree3903cbb468d48715b05b8799daf5609153e07c99 /pkgs/tools/misc/libbitcoin
parent7184de39452a55d3e11a6a99e771cb00df776a0f (diff)
libbitcoin: 3.4.0 -> 3.5.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.5.0 with grep in /nix/store/ciln99fn6lhwnb1z1h6cyrk6vc4a0ngn-libbitcoin-3.5.0
- directory tree listing: https://gist.github.com/57d42e66f139b59578e1c681316c0ec6
Diffstat (limited to 'pkgs/tools/misc/libbitcoin')
-rw-r--r--pkgs/tools/misc/libbitcoin/libbitcoin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/libbitcoin/libbitcoin.nix b/pkgs/tools/misc/libbitcoin/libbitcoin.nix
index 623f34e8b6153..f8910f83ec572 100644
--- a/pkgs/tools/misc/libbitcoin/libbitcoin.nix
+++ b/pkgs/tools/misc/libbitcoin/libbitcoin.nix
@@ -3,7 +3,7 @@
 
 let
   pname = "libbitcoin";
-  version = "3.4.0";
+  version = "3.5.0";
 
 in stdenv.mkDerivation {
   name = "${pname}-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1h6h7cxbwkdk8bzbkfvnrrdzajw1d4lr8wqs66is735bksh6gk1y";
+    sha256 = "1qy637hpv6kkhf602yxxi5b9j0qhsp644fazljcqbnxzp7vv2qyd";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];