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

go-ethereum: 1.10.0 -> 1.10.1

authored by Mario Rodas and committed by GitHub ebd8df89 81fd851c

+2 -2
+2 -2
pkgs/applications/blockchains/go-ethereum.nix
··· 8 8 9 9 in buildGoModule rec { 10 10 pname = "go-ethereum"; 11 - version = "1.10.0"; 11 + version = "1.10.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "ethereum"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-pEzaEpqr+Ird8d5zmoXMyAoS0aEGBYFmpgdPcH4OsMI="; 17 + sha256 = "sha256-4lHT0P8Euau0AJNtg1YstJJRQ58WTUlIH+HCKEjCq/s="; 18 18 }; 19 19 20 20 runVend = true;