mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
openethereum: v3.0.1 -> v3.1.0
This commit is contained in:
parent
60e9a17a5a
commit
63fc8c77ca
2 changed files with 3 additions and 25 deletions
|
@ -10,18 +10,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "openethereum";
|
pname = "openethereum";
|
||||||
version = "3.0.1";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openethereum";
|
owner = "openethereum";
|
||||||
repo = "openethereum";
|
repo = "openethereum";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08dkcrga1x18csh6pw6f54x5xwijppyjhg46cf4p452xc1l3a6ir";
|
sha256 = "cs84Zz0nhagGDu5sDFTaFZF3SPEgJU8F4vGX7KLihOM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1xliragihwjfc5qmfm0ng519bw8a28m1w1yqcl9mpk8zywiybaah";
|
cargoSha256 = "6suNkHw1BbISb0MkYkUaD+mpUal+kn3y1SFVqzJFqJc=";
|
||||||
|
|
||||||
cargoPatches = [ ./lock.patch ];
|
|
||||||
|
|
||||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- /nix/store/hv764a65zmfzw5scjhz5839agv10da6x-source/Cargo.lock 1969-12-31 16:00:01.000000000 -0800
|
|
||||||
+++ ./Cargo.lock 2020-07-31 21:30:31.146750066 -0700
|
|
||||||
@@ -3113,7 +3113,7 @@
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "openethereum"
|
|
||||||
-version = "3.0.0"
|
|
||||||
+version = "3.0.1"
|
|
||||||
dependencies = [
|
|
||||||
"ansi_term",
|
|
||||||
"atty",
|
|
||||||
@@ -3562,7 +3562,7 @@
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "parity-version"
|
|
||||||
-version = "3.0.0"
|
|
||||||
+version = "3.0.1"
|
|
||||||
dependencies = [
|
|
||||||
"parity-bytes",
|
|
||||||
"rlp",
|
|
Loading…
Reference in a new issue