about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-19 10:27:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-19 10:27:36 +0000
commitf1575437751c1f32dec7eec9e37597a040a3c8dc (patch)
tree1936905c9d7f05a4639828ac19ec91c82cd34f1a /pkgs/applications/blockchains/go-ethereum
parent835736de35faba3e57a7a4becc6b7e472ae72317 (diff)
go-ethereum: 1.12.2 -> 1.13.0
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum')
-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 49817edd170d4..96e493131dd8b 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.12.2";
+  version = "1.13.0";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-iCLOrf6/f0f7sD0YjmBtlcOcZRDIp9IZkBadTKj1Qjw=";
+    sha256 = "sha256-tomzF0jM1tcxnnBHLfNWcR1XGECxU8Q/SQAWQBRAFW8=";
   };
 
-  vendorHash = "sha256-ChmQjhz4dQdwcY/269Hi5XAn8/+0z/AF7Kd9PJ8WqHg=";
+  vendorHash = "sha256-VX2S7yjdcconPd8wisV+Cl6FVuEUGU7smIBKfTxpUVY=";
 
   doCheck = false;