Skip to content

Commit

Permalink
bitcoin: 0.16.2 -> 0.16.3 (#46891)
Browse files Browse the repository at this point in the history
(cherry picked from commit fab901d)

security: fixes CVE-2018-17144
  • Loading branch information
roconnor authored and xeji committed Sep 20, 2018
1 parent a31fc1c commit 40d22a7
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.16.2";
version = "0.16.3";

src = fetchurl {
urls = [ "https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
sha256 = "1n07qykx5hc0ph8fwn7hfrbsrjv19fdzvs5h0nysq4wfgn5wa40r";
sha256 = "060223dzzk2izfzhxwlzzd0fhbgglvbgps2nyc4zz767vybysvl3";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit 40d22a7

Please sign in to comment.