Skip to content

Commit

Permalink
bitcoin-unlimited: 1.0.1.3 -> 1.0.1.4 (security)
Browse files Browse the repository at this point in the history
Bump up the version, so that the fix for the latest vulnerability is included.

https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/v1.0.1.4/doc/release-notes/release-notes-1.0.1.4.md
  • Loading branch information
DmitryTsygankov authored and fpletz committed Apr 27, 2017
1 parent 286ab2a commit e46fee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/bitcoin-unlimited.nix
Expand Up @@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {

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

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

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit e46fee9

Please sign in to comment.