bitcoin-unlimited: 1.9.0.1 -> 1.9.1.1

This commit is contained in:
R. RyanTM 2021-04-27 15:37:54 +00:00 committed by Jonathan Ringer
parent 3b0cf29640
commit 57c248ec73
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version; name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
version = "1.9.0.1"; version = "1.9.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bitcoinunlimited"; owner = "bitcoinunlimited";
repo = "bitcoinunlimited"; repo = "bitcoinunlimited";
rev = "BCHunlimited${version}"; rev = "BCHunlimited${version}";
sha256 = "018a22zbvjqky0whizmgxzscmna0sh2xqgyw02yjk8qj4yi0zp8c"; sha256 = "sha256-K15SI1F/xI4SkX4a41QHLn89YaHCgrlv+wcbkpwGKhI=";
}; };
nativeBuildInputs = [ pkg-config autoreconfHook python3 ] nativeBuildInputs = [ pkg-config autoreconfHook python3 ]