summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-09-11 00:10:05 +0800
committerRaghav Sood <r@raghavsood.com>2020-09-11 00:10:05 +0800
commit3d75e5d5eccad7fd37b167fefcb4d60e95fd164e (patch)
tree2f276d910c18d916077351d00dd24522e7f222eb /pkgs/applications/blockchains
parent58b66c0dcb7e4e720360fac85ed99ca30a3723ff (diff)
go-ethereum: 1.9.20 -> 1.9.21
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 5c3f22076434..6952d469adbd 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "go-ethereum";
- version = "1.9.20";
+ version = "1.9.21";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
- sha256 = "031cbl8yqw5g5yrm5h1x8s5ckdw2xkym46009l579zvafn2vcnj7";
+ sha256 = "0mr5pw08jka11lzgl28555nb90cqxx9vlqd1plfmyic6rb5z11df";
};
runVend = true;
- vendorSha256 = "1744df059bjksvih4653nnvb4kb1xvzdhypd0nnz36m1wrihqssv";
+ vendorSha256 = "155hmny3543h02ryn1nnlpmvs0qvhd0lb66vmkhw5351m6gkbx7x";
doCheck = false;
@@ -31,7 +31,6 @@ buildGoModule rec {
"cmd/puppeth"
"cmd/rlpdump"
"cmd/utils"
- "cmd/wnode"
];
# Fix for usb-related segmentation faults on darwin