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: 3b6258946fce
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b0813d0f6c6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 19, 2019

  1. libbitcoin: 3.5.0 -> 3.6.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libbitcoin/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    8a9958a View commit details
  2. Merge pull request #66945 from r-ryantm/auto-update/libbitcoin

    libbitcoin: 3.5.0 -> 3.6.0
    mmahut authored Aug 19, 2019
    Copy the full SHA
    5b0813d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/libbitcoin/libbitcoin.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/libbitcoin/libbitcoin.nix
Original file line number Diff line number Diff line change
@@ -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 ];