about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2024-06-12 09:25:22 +0700
committerGitHub <noreply@github.com>2024-06-12 09:25:22 +0700
commit4f06fc77fd4ae34daba5845083c3c93329a15b6b (patch)
tree98b9256a605900e576c9a59f7c6ddef2709abbca /pkgs/applications
parent869b8ed0e89b6ffee9e228fc459f46ea6242a985 (diff)
parentfd95d51c69b26b3b3d29f4b89f5d44ca51eb50db (diff)
Merge pull request #319177 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.14.4 -> 1.14.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index b9c47e499569d..7ee1ffab25593 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -9,13 +9,13 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.14.4";
+  version = "1.14.5";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qjzwIyzuZxmz/72TylHsnofLIF3Jr7qjC1gy7NcP+KI=";
+    sha256 = "sha256-IY0BKoDRMVRZTIysdUgqhTFQx0Pz+kl61vbPbhSdT8k=";
   };
 
   proxyVendor = true;