openethereum: 3.2.1 -> 3.2.3

See: https://github.com/openethereum/openethereum/pull/366
This commit is contained in:
Alex Wied 2021-04-15 14:25:02 -04:00
parent bc5c0c559f
commit 9f9ca66df6

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "openethereum";
version = "3.2.1";
version = "3.2.3";
src = fetchFromGitHub {
owner = "openethereum";
repo = "openethereum";
rev = "v${version}";
sha256 = "sha256-+bzMo0s+wdp8T/YjPk6mrPSPid1G8WScB8FJhXdL9JQ=";
sha256 = "1j7wfgpnvf9pcprd53sbd3pa7yz9588z81i1bx12wmj1fja3xa0j";
};
cargoSha256 = "sha256-ibjjJ5zGF6wbO24/RoYKsTYsMNXHb1EdekDwSICPc5g=";
cargoSha256 = "1qgl15sd32s0r4q5xmx7lyp92sc81hd4ddc18ynbxjdxgl7knm4k";
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
nativeBuildInputs = [