about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-05-16 10:25:55 +0200
committerGitHub <noreply@github.com>2020-05-16 10:25:55 +0200
commit13356e330195f6c80f14657c183b775d8ddd3295 (patch)
treef58a5b0cef0886d05b59905f56857f5176b9d5b6 /pkgs/applications
parente5415d1cc59e24147479ef2395595bd2435dff40 (diff)
parent46b3eca5fd3f1fbfa00a344d59e992da228edf1e (diff)
downloadnixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar.gz
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar.bz2
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar.lz
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar.xz
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.tar.zst
nixlib-13356e330195f6c80f14657c183b775d8ddd3295.zip
Merge pull request #87872 from fare-patches/ethereum
Ethereum updates
Diffstat (limited to 'pkgs/applications')
-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 15583d0a1efd..690731fa1201 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.9.13";
+  version = "1.9.14";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1yqqflp73yvjy6bp05xd1nv5fc6p1nx7g4spbssxf3ws96pdh425";
+    sha256 = "0vqsx4q7jn6vhmrm9kkk810d5nvnmyb6bni38ynkxcwlrp3qs6v2";
   };
 
   usb = fetchFromGitHub {
@@ -18,7 +18,7 @@ buildGoModule rec {
     sha256 = "0asd5fz2rhzkjmd8wjgmla5qmqyz4jaa6qf0n2ycia16jsck6wc2";
   };
 
-  vendorSha256 = "12aw8b8ci7nssidh1yz8d2hk43csdacq5jca9y70rjakpl3zndsz";
+  vendorSha256 = "01mbmc8qlp08127dlmcqz0viasmg7mrzqzmyw21an69sabcr112n";
 
   overrideModAttrs = (_: {
       postBuild = ''