Skip to content

Commit

Permalink
update geth
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Dec 7, 2023
1 parent 43efe82 commit bae785c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sources.nixpkgs {
go-ethereum = pkgs.callPackage ./go-ethereum.nix {
inherit (pkgs.darwin) libobjc;
inherit (pkgs.darwin.apple_sdk.frameworks) IOKit;
buildGoModule = pkgs.buildGo118Module;
buildGoModule = pkgs.buildGo120Module;
};
flake-compat = import sources.flake-compat;
chain-maind = pkgs.callPackage sources.chain-main { rocksdb = null; };
Expand Down
6 changes: 3 additions & 3 deletions nix/go-ethereum.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.11.2";
version = "1.11.6";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LCJDpSyQUL7DXZDbZepaoU78uXfoPPMKMETy/uq+0LE=";
sha256 = "sha256-mZ11xan3MGgaUORbiQczKrXSrxzjvQMhZbpHnEal11Y=";
};

vendorSha256 = "sha256-6yLkeT5DrAPUohAmobssKkvxgXI8kACxiu17WYbw+n0=";
vendorSha256 = "sha256-rjSGR2ie5sFK2OOo4HUZ6+hrDlQuUDtyTKn0sh8jFBY=";

doCheck = false;

Expand Down

0 comments on commit bae785c

Please sign in to comment.