summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2022-06-14 23:46:53 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-15 07:12:42 +0000
commit8da987d804ab54ddc819e39479aa6d578b0191e1 (patch)
treeb5be60d9076bea4f44b114191afd03d03b40dc56
parentdovecot: 2.3.19 -> 2.3.19.1 (diff)
downloadnixpkgs-origin/backport-177709-to-release-22.05.tar.gz
go-ethereum: 1.10.17 -> 1.10.18origin/backport-177709-to-release-22.05
(cherry picked from commit c841addd7588ec2fafab69ff6dd748ca7fd5047c)
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index 661a25c8314b..ef79e514638a 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -9,16 +9,16 @@ let
in buildGoModule rec {
pname = "go-ethereum";
- version = "1.10.17";
+ version = "1.10.18";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-GBlrg4wOiqEQTZC3CtfAZbIvS16/pSjEedEDrPGNUtY=";
+ sha256 = "1jfyhzklznjrdki6m8wjgqzp63b6n6vy7ws3l0al58zkaybnpikw";
};
- vendorSha256 = "sha256-D4odWuGFipSvbKbNlA6PkTo3rWGTCptJcn/7V7ZA7qs=";
+ vendorSha256 = "10xpxz8ybgwqizqy9d3phza8mlxxpsbk4qsf271r7ls4qr5q1wxz";
doCheck = false;