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

go-ethereum: 1.12.2 -> 1.13.0

authored by

Weijia Wang and committed by
GitHub
090454b4 19476ec2

+3 -3
+3 -3
pkgs/applications/blockchains/go-ethereum/default.nix
··· 9 10 in buildGoModule rec { 11 pname = "go-ethereum"; 12 - version = "1.12.2"; 13 14 src = fetchFromGitHub { 15 owner = "ethereum"; 16 repo = pname; 17 rev = "v${version}"; 18 - sha256 = "sha256-iCLOrf6/f0f7sD0YjmBtlcOcZRDIp9IZkBadTKj1Qjw="; 19 }; 20 21 - vendorHash = "sha256-ChmQjhz4dQdwcY/269Hi5XAn8/+0z/AF7Kd9PJ8WqHg="; 22 23 doCheck = false; 24
··· 9 10 in buildGoModule rec { 11 pname = "go-ethereum"; 12 + version = "1.13.0"; 13 14 src = fetchFromGitHub { 15 owner = "ethereum"; 16 repo = pname; 17 rev = "v${version}"; 18 + sha256 = "sha256-tomzF0jM1tcxnnBHLfNWcR1XGECxU8Q/SQAWQBRAFW8="; 19 }; 20 21 + vendorHash = "sha256-VX2S7yjdcconPd8wisV+Cl6FVuEUGU7smIBKfTxpUVY="; 22 23 doCheck = false; 24