summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-10-16 23:11:45 +0800
committerRaghav Sood <r@raghavsood.com>2020-10-16 23:11:45 +0800
commit3d902470807e6828005553d1948865e533feec81 (patch)
treecf950d2ea0d6a58d1d2799f556b7544ef6db21a5 /pkgs/applications/blockchains/go-ethereum.nix
parent6742cc76600bbc73a5e3d5d667cb07d0858b9052 (diff)
go-ethereum: 1.9.22 -> 1.9.23
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum.nix')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 20778fc986bd..8e9321950676 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.22";
+ version = "1.9.23";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
- sha256 = "08i31xil2lygfcn2igsvn4hpg8xnf8l6g914f78hgl4wj6v1dja9";
+ sha256 = "0w65sln5l3sxwzxwjvyaial0m1kxhivhw8xwl5faxxxlk50rs4wm";
};
runVend = true;