Merge pull request #66945 from r-ryantm/auto-update/libbitcoin

libbitcoin: 3.5.0 -> 3.6.0
This commit is contained in:
Marek Mahut 2019-08-19 21:59:33 +02:00 committed by GitHub
commit 5b0813d0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
let let
pname = "libbitcoin"; pname = "libbitcoin";
version = "3.5.0"; version = "3.6.0";
in stdenv.mkDerivation { in stdenv.mkDerivation {
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1qy637hpv6kkhf602yxxi5b9j0qhsp644fazljcqbnxzp7vv2qyd"; sha256 = "1rppyp3zpb6ymwangjpblwf6qh4y3d1hczrjx8aavmrq7hznnrhq";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];