go-ethereum: 1.9.23 -> 1.9.24

This commit is contained in:
Raghav Sood 2020-11-13 10:16:55 +08:00
parent edda2c26fc
commit e86b050938
No known key found for this signature in database
GPG key ID: 947862F324C79D21

View file

@ -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;