diff options
| author | adisbladis <adisbladis@gmail.com> | 2021-08-27 13:51:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 13:51:21 -0500 |
| commit | 0fcc42d48c6024a1654dcbda305474de54268009 (patch) | |
| tree | 71a485985352c0be6d5e01a733f322320d3154df | |
| parent | Merge pull request #135917 from NixOS/backport-135910-to-release-21.05 (diff) | |
| parent | go-ethereum: 1.10.6 -> 1.10.8 (diff) | |
| download | nixpkgs-0fcc42d48c6024a1654dcbda305474de54268009.tar.gz | |
Merge pull request #135940 from TredwellGit/release-21.05_go-ethereum
[Urgent] [Backport release-21.05] go-ethereum: 1.10.6 -> 1.10.8
| -rw-r--r-- | pkgs/applications/blockchains/go-ethereum.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix index ccc08e1ba88e..b9f31a3e7fa7 100644 --- a/pkgs/applications/blockchains/go-ethereum.nix +++ b/pkgs/applications/blockchains/go-ethereum.nix @@ -4,21 +4,22 @@ let # A list of binaries to put into separate outputs bins = [ "geth" + "clef" ]; in buildGoModule rec { pname = "go-ethereum"; - version = "1.10.6"; + version = "1.10.8"; src = fetchFromGitHub { owner = "ethereum"; repo = pname; rev = "v${version}"; - sha256 = "sha256-4lapkoxSKdXlD6rmUxnlSKrfH+DeV6/wV05CqJjuzjA="; + sha256 = "sha256-r4ifLa4CMZvp0MaCkxWo5rWLEnFdX//mYlC08hndXhQ="; }; runVend = true; - vendorSha256 = "sha256-5qi01y0SIEI0WRYu2I2RN94QFS8rrlioFvnRqqp6wtk="; + vendorSha256 = "sha256-e8aKQMVEEf0BzpdljkOBxznj5P1Go/6EbY9mdhDLyrw="; doCheck = false; @@ -54,6 +55,6 @@ in buildGoModule rec { homepage = "https://geth.ethereum.org/"; description = "Official golang implementation of the Ethereum protocol"; license = with licenses; [ lgpl3Plus gpl3Plus ]; - maintainers = with maintainers; [ adisbladis lionello xrelkd RaghavSood ]; + maintainers = with maintainers; [ adisbladis lionello RaghavSood ]; }; } |
