Skip to content

Commit

Permalink
bitcoin: 0.14.0 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roconnor authored and fpletz committed Sep 18, 2017
1 parent 3a33ed7 commit 08824d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/bitcoin.nix
Expand Up @@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec{
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.14.0";
version = "0.15.0";

src = fetchurl {
urls = [ "https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${version}/bitcoin-${version}.tar.gz"
];
sha256 = "07k4i9r033dsvkp5ii5g3hykidm8b19c8c0mz1bi8k0dda3d8hyp";
sha256 = "18gj5gdscarv2a1hdgjps50czwi4hrmrrmhssaag55ysh94zbdjl";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit 08824d7

Please sign in to comment.