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

Commits on May 12, 2017

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    12d2e0e View commit details
  2. Merge pull request #25722 from DmitryTsygankov/DmitryTsygankov/bitcoi…

    …n-unlimited
    
    bitcoin-unlimited: 1.0.1.4 -> 1.0.2.0
    pSub authored May 12, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    7b340e1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/altcoins/bitcoin-unlimited.nix
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/bitcoin-unlimited.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {

name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
version = "1.0.1.4";
version = "1.0.2.0";

src = fetchFromGitHub {
owner = "bitcoinunlimited";
repo = "bitcoinunlimited";
rev = "v${version}";
sha256 = "1awsgkgqvb57grrsq6k99009rzhpfaplh2lbf5sy36v3bh7p5mw5";
sha256 = "0rhk6xvzvzyfppg0pgq72nqgm2rmkiw0nhg3rwnzcvvj90nrz3da";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];