summary refs log tree commit diff
diff options
context:
space:
mode:
authorIceman <iceman@satisfiesvalues.org>2021-07-18 10:59:36 -0400
committerIceman <iceman@satisfiesvalues.org>2021-07-18 10:59:36 -0400
commitc034146099d96c454a176f7fbcdd8d2b91769e80 (patch)
tree09404be73d6b400e216f1d9ec52533dd4f8a2e47
parent20117e607d3dd91bef0136220e0056c0827e2854 (diff)
downloadnixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar.gz
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar.bz2
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar.lz
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar.xz
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.tar.zst
nixpkgs-c034146099d96c454a176f7fbcdd8d2b91769e80.zip
go-ethereum: 1.10.4 -> 1.10.5
-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 05bc2b824fc..cdd2a41f013 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -9,17 +9,17 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.10.4";
+  version = "1.10.5";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-DRlIiO3iXUsQnmOf5T9uk3560tVbS+Hrs8QtVkmllAI=";
+    sha256 = "sha256:1226picbgnph71fk2y0n1hyfrh6m8sh54kgn3pmikydnw176k9j1";
   };
 
   runVend = true;
-  vendorSha256 = "sha256-a/vY9iyqSM9QPs7lGFF6E7e2cMjIerVkNf5KwiWdyr0=";
+  vendorSha256 = "sha256:1nf2gamamlgr2sl5ibib5wai1pipj66xhbhnb4s4480j5pbv9a76";
 
   doCheck = false;