summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-11-15 13:59:06 +0100
committerGitHub <noreply@github.com>2020-11-15 13:59:06 +0100
commitf4c29b86188014a463c0b9fed5c961ceaf58b048 (patch)
tree9060304dc7197ad9323251bcaa4f03f414e0f1c0 /pkgs/applications/blockchains
parent3f45b5f904a69569b532f0070a1766138ccc4ae7 (diff)
parente86b050938a1fb83faa1638f4e1b0dbd2d96dff4 (diff)
Merge pull request #103653 from RaghavSood/ethereum/1.9.24
go-ethereum: 1.9.23 -> 1.9.24
Diffstat (limited to 'pkgs/applications/blockchains')
-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 8e9321950676..b0f464cbfdc8 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.23";
+ version = "1.9.24";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
- sha256 = "0w65sln5l3sxwzxwjvyaial0m1kxhivhw8xwl5faxxxlk50rs4wm";
+ sha256 = "0nrx5fwfij9wajd3lj76hh1yv4zg4q3jc76a76m22djn1njl0n5j";
};
runVend = true;