about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-28 08:45:48 -0500
committerGitHub <noreply@github.com>2023-10-28 08:45:48 -0500
commite662d1e10c3e90e45dab476894b418d6df2cda46 (patch)
tree511894462fc21d4a9f004698c7fbdb43289e58c1 /pkgs/applications
parent22f013360dbda92f76def1b1fd60b6c514ba86f6 (diff)
parent0bcf3858a566e00660901b65e7bc88b064dcea86 (diff)
Merge pull request #263919 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.13.0 -> 1.13.4
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 96e493131dd8b..9a03c3b4b5625 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.13.0";
+  version = "1.13.4";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-tomzF0jM1tcxnnBHLfNWcR1XGECxU8Q/SQAWQBRAFW8=";
+    sha256 = "sha256-RQlWWHoij3gtFwjJeEGsmd5YJNTGX0I84nOAQyWBx/M=";
   };
 
-  vendorHash = "sha256-VX2S7yjdcconPd8wisV+Cl6FVuEUGU7smIBKfTxpUVY=";
+  vendorHash = "sha256-YmUgKO3JtVOE/YACqL/QBiyR1jT/jPCH+Gb0xYwkJEc=";
 
   doCheck = false;