Skip to content

Commit

Permalink
Merge pull request #180543 from r-ryantm/auto-update/go-ethereum
Browse files Browse the repository at this point in the history
go-ethereum: 1.10.18 -> 1.10.20
  • Loading branch information
adisbladis authored Jul 9, 2022
2 parents 8982198 + 539aeb1 commit bf3a548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/go-ethereum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ let

in buildGoModule rec {
pname = "go-ethereum";
version = "1.10.18";
version = "1.10.20";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "1jfyhzklznjrdki6m8wjgqzp63b6n6vy7ws3l0al58zkaybnpikw";
sha256 = "sha256-PIQP08QxGJmla7LKEtnEXmwJxDYh02q4fmRHZsYtthU=";
};

vendorSha256 = "10xpxz8ybgwqizqy9d3phza8mlxxpsbk4qsf271r7ls4qr5q1wxz";
vendorSha256 = "sha256-AlXfKytDrQrp0gvnC5/gTlJAVJBAQNHm4MoBu9O9jM4=";

doCheck = false;

Expand Down

0 comments on commit bf3a548

Please sign in to comment.