Merge pull request #180543 from r-ryantm/auto-update/go-ethereum

go-ethereum: 1.10.18 -> 1.10.20

authored by adisbladis and committed by GitHub bf3a548c 89821987

+3 -3
+3 -3
pkgs/applications/blockchains/go-ethereum/default.nix
··· 9 10 in buildGoModule rec { 11 pname = "go-ethereum"; 12 - version = "1.10.18"; 13 14 src = fetchFromGitHub { 15 owner = "ethereum"; 16 repo = pname; 17 rev = "v${version}"; 18 - sha256 = "1jfyhzklznjrdki6m8wjgqzp63b6n6vy7ws3l0al58zkaybnpikw"; 19 }; 20 21 - vendorSha256 = "10xpxz8ybgwqizqy9d3phza8mlxxpsbk4qsf271r7ls4qr5q1wxz"; 22 23 doCheck = false; 24
··· 9 10 in buildGoModule rec { 11 pname = "go-ethereum"; 12 + version = "1.10.20"; 13 14 src = fetchFromGitHub { 15 owner = "ethereum"; 16 repo = pname; 17 rev = "v${version}"; 18 + sha256 = "sha256-PIQP08QxGJmla7LKEtnEXmwJxDYh02q4fmRHZsYtthU="; 19 }; 20 21 + vendorSha256 = "sha256-AlXfKytDrQrp0gvnC5/gTlJAVJBAQNHm4MoBu9O9jM4="; 22 23 doCheck = false; 24