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

go-ethereum: 1.10.2 -> 1.10.3

authored by

Raghav Sood and committed by
GitHub
123db833 21f54d24

+3 -3
+3 -3
pkgs/applications/blockchains/go-ethereum.nix
··· 8 9 in buildGoModule rec { 10 pname = "go-ethereum"; 11 - version = "1.10.2"; 12 13 src = fetchFromGitHub { 14 owner = "ethereum"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-PJaJ9fCva9UUBcQrnVa2c7dk4koi6AyX6bj3JStUMwM="; 18 }; 19 20 runVend = true; 21 - vendorSha256 = "sha256-qLpwrV9NkmUO0yoK2/gwb5oe/lky/w/P0QVoFSTNuMU="; 22 23 doCheck = false; 24
··· 8 9 in buildGoModule rec { 10 pname = "go-ethereum"; 11 + version = "1.10.3"; 12 13 src = fetchFromGitHub { 14 owner = "ethereum"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-85aUR7MvaPeRilC+4oj6XW2IEUvxRUsVz63tQ/Jc7xw="; 18 }; 19 20 runVend = true; 21 + vendorSha256 = "sha256-8zhVQ8FUdzog7h9RBfuq8uBp0zjulXbDOLAPljp4deA="; 22 23 doCheck = false; 24