Merge pull request #167749 from raymens/update-stellar-core

stellar-core: 17.0.0 -> 18.5.0

authored by

Artturi and committed by
GitHub
e12311ba 23ee949d

+7 -3
+7 -3
pkgs/applications/blockchains/stellar-core/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, autoconf, libtool, automake, pkg-config, git 2 - , bison, flex, postgresql, ripgrep }: 2 + , bison, flex, postgresql, ripgrep, libunwind }: 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "stellar-core"; 6 - version = "17.0.0"; 6 + version = "18.5.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "stellar"; 10 10 repo = pname; 11 11 rev = "v${version}"; 12 - sha256 = "1ngl8yjqb8xzhdwzlxzzxf14q2hgwy2ysb17sn5380rrn0jswin1"; 12 + sha256 = "sha256-wEi22R4zb8d5CJV5eWb776Yob8B6Ok4FrbYI0SGM0H8="; 13 13 fetchSubmodules = true; 14 14 }; 15 15 16 16 nativeBuildInputs = [ automake autoconf git libtool pkg-config ripgrep ]; 17 + 18 + buildInputs = [ libunwind ]; 17 19 18 20 propagatedBuildInputs = [ bison flex postgresql ]; 21 + 22 + enableParallelBuilding = true; 19 23 20 24 preConfigure = '' 21 25 # Due to https://github.com/NixOS/nixpkgs/issues/8567 we cannot rely on