Skip to content

Commit

Permalink
openethereum: v3.0.1 -> v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bolanos committed Nov 11, 2020
1 parent 60e9a17 commit 63fc8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/blockchains/openethereum/default.nix
Expand Up @@ -10,18 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "openethereum";
version = "3.0.1";
version = "3.1.0";

src = fetchFromGitHub {
owner = "openethereum";
repo = "openethereum";
rev = "v${version}";
sha256 = "08dkcrga1x18csh6pw6f54x5xwijppyjhg46cf4p452xc1l3a6ir";
sha256 = "cs84Zz0nhagGDu5sDFTaFZF3SPEgJU8F4vGX7KLihOM=";
};

cargoSha256 = "1xliragihwjfc5qmfm0ng519bw8a28m1w1yqcl9mpk8zywiybaah";

cargoPatches = [ ./lock.patch ];
cargoSha256 = "6suNkHw1BbISb0MkYkUaD+mpUal+kn3y1SFVqzJFqJc=";

LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
nativeBuildInputs = [
Expand Down
20 changes: 0 additions & 20 deletions pkgs/applications/blockchains/openethereum/lock.patch

This file was deleted.

0 comments on commit 63fc8c7

Please sign in to comment.