3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #100733 from RaghavSood/ethereum/1.9.23

go-ethereum: 1.9.22 -> 1.9.23
This commit is contained in:
Marek Mahut 2020-10-20 15:19:24 +02:00 committed by GitHub
commit 1e454e584e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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