summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-03-04 19:23:27 +0200
committerGitHub <noreply@github.com>2021-03-04 19:23:27 +0200
commit0f12ee79963783703b542569d0743305ad7e8799 (patch)
treeb26fce34dd2ee6599049415c0f892afc54559004 /pkgs
parentbc8532b8e61793ace7b716f3d15d66660841ace1 (diff)
parent91838d4dcc122dd5dc3955d4c10d2d29bd622e22 (diff)
downloadnixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar.gz
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar.bz2
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar.lz
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar.xz
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.tar.zst
nixpkgs-0f12ee79963783703b542569d0743305ad7e8799.zip
Merge pull request #115098 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.25 -> 1.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index dd3904b27cb..4dab912cf15 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -8,17 +8,17 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.9.25";
+  version = "1.10.0";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0cbgqs17agwdap4g37sb2g6mhyn7qkqbjk7kwb5jvj8nbi5n3kbd";
+    sha256 = "sha256-pEzaEpqr+Ird8d5zmoXMyAoS0aEGBYFmpgdPcH4OsMI=";
   };
 
   runVend = true;
-  vendorSha256 = "08wgah8gxb5bscm5ca6zkfgssnmw2y2l6k9gfw7gbxyflsx74lya";
+  vendorSha256 = "sha256-DgyOvplk1JWn6D/z4zbXHLNLuAVQ5beEHi0NuSv236A=";
 
   doCheck = false;