1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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