Skip to content

Commit

Permalink
Merge pull request #121882 from r-ryantm/auto-update/go-ethereum
Browse files Browse the repository at this point in the history
go-ethereum: 1.10.2 -> 1.10.3
  • Loading branch information
RaghavSood committed May 6, 2021
2 parents 21f54d2 + b334d0d commit 123db83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/go-ethereum.nix
Expand Up @@ -8,17 +8,17 @@ let

in buildGoModule rec {
pname = "go-ethereum";
version = "1.10.2";
version = "1.10.3";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PJaJ9fCva9UUBcQrnVa2c7dk4koi6AyX6bj3JStUMwM=";
sha256 = "sha256-85aUR7MvaPeRilC+4oj6XW2IEUvxRUsVz63tQ/Jc7xw=";
};

runVend = true;
vendorSha256 = "sha256-qLpwrV9NkmUO0yoK2/gwb5oe/lky/w/P0QVoFSTNuMU=";
vendorSha256 = "sha256-8zhVQ8FUdzog7h9RBfuq8uBp0zjulXbDOLAPljp4deA=";

doCheck = false;

Expand Down

0 comments on commit 123db83

Please sign in to comment.