about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2022-04-02 09:37:05 +1200
committerGitHub <noreply@github.com>2022-04-02 09:37:05 +1200
commit26bee9942445d92fa45e8766865dbe6fd4079ca1 (patch)
tree3f5cd483f6c83fedfa57aa3b03465853d8aa2bb4 /pkgs/applications
parent401cb86da1a314141004a41850d951d57d3b2e6c (diff)
parent760289211540c20171ed704e3f7888870ace638f (diff)
downloadnixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar.gz
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar.bz2
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar.lz
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar.xz
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.tar.zst
nixlib-26bee9942445d92fa45e8766865dbe6fd4079ca1.zip
Merge pull request #166861 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.16 -> 1.10.17
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index 842ebcc69ec8..661a25c8314b 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -9,16 +9,16 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.10.16";
+  version = "1.10.17";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-l+hxAUw55d9MYLIUdF6qSEIelJQYRCvHyw1yuossmyA=";
+    sha256 = "sha256-GBlrg4wOiqEQTZC3CtfAZbIvS16/pSjEedEDrPGNUtY=";
   };
 
-  vendorSha256 = "sha256-keeox2d2WEzY9ynEcovPaU95YzVQlbTu1i7PLpjkjZU=";
+  vendorSha256 = "sha256-D4odWuGFipSvbKbNlA6PkTo3rWGTCptJcn/7V7ZA7qs=";
 
   doCheck = false;