Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f9abda7a58db
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08e3950f30df
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 24, 2018

  1. libbitcoin-client: 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/gmwvkr4gj2n0ak2ppxwmhakqsr8ihxhc-libbitcoin-client-3.5.0
    - directory tree listing: https://gist.github.com/afab2c737b7764c7fb6ea2f0bc8b9ee8
    ryantm authored and matthewbauer committed Mar 24, 2018
    Copy the full SHA
    08e3950 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/libbitcoin/libbitcoin-client.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/libbitcoin/libbitcoin-client.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

let
pname = "libbitcoin-client";
version = "3.4.0";
version = "3.5.0";

in stdenv.mkDerivation {
name = "${pname}-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "libbitcoin";
repo = pname;
rev = "v${version}";
sha256 = "1vdp6qgpxshh6nhdvr81z3nvh42wgmsm4prli4ajigwp970y8p56";
sha256 = "0a9c00f1pfi8wczbfd1djkvr7di3iw1ynak6if910w01dkhbm6v4";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];